PluginTextFormField constructor
const
PluginTextFormField({
- Key? key,
- String? label,
- String? hintText,
- List<
TextInputFormatter> ? inputFormatters, - TextEditingController? controller,
- EdgeInsetsGeometry? padding,
- FormFieldValidator<
String> ? validator, - FocusNode? focusNode,
- dynamic onChanged()?,
- Widget? suffix,
- TextInputType? keyboardType,
- AutovalidateMode? autovalidateMode,
Implementation
const PluginTextFormField(
{Key? key,
this.label,
this.hintText,
this.inputFormatters,
this.controller,
this.padding,
this.validator,
this.focusNode,
this.onChanged,
this.suffix,
this.keyboardType,
this.autovalidateMode})
: super(key: key);