CommonSearchBar constructor
const
CommonSearchBar(
- TextEditingController controller,
- GlobalKey<
State< globalKey,StatefulWidget> > - String hintText,
- dynamic onTextChanged(),
- VoidCallback onFilterTapped,
- bool showFilters,
- bool showFilterButton, {
- Key? key,
Implementation
const CommonSearchBar(
this.controller,
this.globalKey,
this.hintText,
this.onTextChanged,
this.onFilterTapped,
this.showFilters,
this.showFilterButton,
{ Key? key }) : super(key: key);