FlutterSearchBar constructor
const
FlutterSearchBar({})
A simple search bar.
Using onChangeText you can take appropriate actions when
the input text is changed.
Implementation
const FlutterSearchBar(
{Key? key,
required this.onChangeText,
this.onFilterTap,
this.onOrderArrowTap,
this.searchBarColor})
: super(key: key);