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