SearchBoxState constructor

SearchBoxState({
  1. dynamic onvalueChanged(
    1. String value
    )?,
  2. String? hintText,
  3. bool? progressIndicator,
  4. bool? isFilterVisible,
  5. Function? onFilterClick,
})

Implementation

SearchBoxState(
    {this.onvalueChanged,
    this.hintText,
    this.progressIndicator,
    this.isFilterVisible,
    this.onFilterClick});