SearchViewConfig constructor

const SearchViewConfig({
  1. Color backgroundColor = const Color(0xFFEBEFF2),
  2. Color buttonColor = Colors.transparent,
  3. Color buttonIconColor = Colors.black26,
  4. String? hintText = 'Search',
  5. SearchViewBuilder? customSearchView,
})

Constructor

Implementation

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