InputPanelField.search constructor
InputPanelField.search({
- Key? key,
- String? text,
- bool obscureText = false,
- BoxDecoration? decoration,
- int maxLines = 1,
- double height = 38,
- TextInputAction textInputAction = TextInputAction.search,
- Color? normalColor,
- Color? focusColor = Colors.transparent,
- ValueChanged<
String> ? onSubmitted, - TextEditingController? controller,
- String? hintText,
- FocusNode? focusNode,
- Widget? leftWidget,
- bool leftIconEnable = true,
- bool nonDecoration = false,
- Color? backGroundColor,
- TextInputType keyboardType = TextInputType.text,
- VoidCallback? onEditingComplete,
- double contentPadding = 18,
- List<
TextInputFormatter> ? inputFormatters, - int? maxLength,
- VoidCallback? cancelCallBack,
- FocusScopeNode? scopeNode,
- String? exceedLimitTip,
- bool enable = true,
- Color? cursorColor,
- EdgeInsetsGeometry? padding,
Implementation
InputPanelField.search({
Key? key,
this.text,
this.obscureText = false,
this.decoration,
this.maxLines = 1,
this.height = 38,
this.textInputAction = TextInputAction.search,
this.normalColor,
this.focusColor = Colors.transparent,
this.onSubmitted,
this.controller,
this.hintText,
this.focusNode,
this.leftWidget,
this.leftIconEnable = true,
this.nonDecoration = false,
this.backGroundColor,
this.keyboardType = TextInputType.text,
this.onEditingComplete,
this.contentPadding = 18,
this.inputFormatters,
this.maxLength,
this.cancelCallBack,
this.scopeNode,
this.exceedLimitTip,
this.enable = true,
this.cursorColor,
this.padding,
}) : super(key: key);