HoverSearchBar constructor

HoverSearchBar({
  1. dynamic onChanged(
    1. String
    )?,
  2. String? hintText,
  3. Color? iconColor,
  4. double? elevation,
  5. Color? backgroundColor,
  6. Color? hintTextColor,
  7. double? hintTextFontSize,
  8. FontStyle? hintTextFontStyle,
  9. FontWeight? hintTextFontWeight,
  10. dynamic onSubmitted(
    1. String
    )?,
  11. String? initialText,
  12. bool clearOnSubmit = false,
})

Implementation

HoverSearchBar({
  this.onChanged,
  this.hintText,
  this.iconColor,
  this.elevation,
  this.backgroundColor,
  this.hintTextColor,
  this.hintTextFontSize,
  this.hintTextFontStyle,
  this.hintTextFontWeight,
  this.onSubmitted,
  this.initialText,
  this.clearOnSubmit = false,
});