buildSearchBarBody method
- BuildContext context,
- Animation<
double> transition
The body to show when the search bar is currently selected.
Implementation
Widget buildSearchBarBody(
BuildContext context, Animation<double> transition) {
return Container();
}