SearchViewConfig constructor

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

Constructor

Implementation

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