SelectPickerInputNoBorder constructor
const
SelectPickerInputNoBorder({
- Key? key,
- required TextEditingController controller,
- required String? varErro,
- required SelectPickerInputSearchStyle selectPickerInputSearchStyle,
- dynamic onChangeText()?,
- required String? label,
- Color? labelColor,
- dynamic onSubmit()?,
- double? radius,
- TextInputType? textInputType,
- TextCapitalization? textCapitalization,
- FocusNode? focus,
- String? hint,
- List<
TextInputFormatter> ? formatter, - Color? focusedColor,
- Color? backgroundColor,
Implementation
const SelectPickerInputNoBorder({
Key? key,
required this.controller,
required this.varErro,
required this.selectPickerInputSearchStyle,
this.onChangeText,
required this.label,
this.labelColor,
this.onSubmit,
this.radius,
this.textInputType,
this.textCapitalization,
this.focus,
this.hint,
this.formatter,
this.focusedColor,
this.backgroundColor,
}) : super(key: key);