SearchViewConfig constructor
const
SearchViewConfig({
- Color backgroundColor = const Color(0xFFEBEFF2),
- Color buttonColor = Colors.transparent,
- Color buttonIconColor = Colors.black26,
- String? hintText = 'Search',
- SearchViewBuilder? customSearchView,
Constructor
Implementation
const SearchViewConfig({
this.backgroundColor = const Color(0xFFEBEFF2),
this.buttonColor = Colors.transparent,
this.buttonIconColor = Colors.black26,
this.hintText = 'Search',
this.customSearchView,
});