SearchBarViewProps constructor

SearchBarViewProps({
  1. Color? clearIconColor,
  2. Color? searchIconColor,
  3. Widget? clearIcon,
  4. Widget? searchIcon,
  5. OutlineInputBorder? inputBorder,
  6. Color? fillColor,
  7. bool? filled,
  8. String? searchHint,
  9. TextStyle? hintStyle,
  10. TextStyle? textStyle,
})

Implementation

SearchBarViewProps({
  this.clearIconColor,
  this.searchIconColor,
  this.clearIcon,
  this.searchIcon,
  this.inputBorder,
  this.fillColor,
  this.filled,
  this.searchHint,
  this.hintStyle,
  this.textStyle,
});