SearchTextFieldParams constructor
SearchTextFieldParams({
- TextStyle? customTextStyle,
- TextInputType? textInputType,
- String? hint = "Search Data",
- Widget? suffixWidget,
- Widget? prefixWidget,
- dynamic onSubmit(
- String? value
- bool readOnly = false,
- bool isDense = false,
- Color? fillColor,
- Color? hintColor,
- Color? iconColor,
- BoxBorder? border,
- BoxBorder? focusedBorder,
- EdgeInsets? padding,
- dynamic onTap()?,
- TextInputAction? textInputAction,
- double? radius,
- bool autoFocus = false,
- bool useClearTextField = true,
- dynamic addFunction()?,
Implementation
SearchTextFieldParams({
this.customTextStyle,
this.textInputType,
this.hint = "Search Data",
this.suffixWidget,
this.prefixWidget,
this.onSubmit,
this.readOnly = false,
this.isDense = false,
this.fillColor,
this.hintColor,
this.iconColor,
this.border,
this.focusedBorder,
this.padding,
this.onTap,
this.textInputAction,
this.radius,
this.autoFocus = false,
this.useClearTextField = true,
this.addFunction,
});