GiantToadFormField constructor
const
GiantToadFormField({
- TextEditingController? controller,
- String? initialValue,
- FocusNode? focusNode,
- InputDecoration decoration = const InputDecoration(),
- TextInputType? keyboardType,
- List<
TextInputFormatter> ? inputFormatters, - ValueChanged<
String> ? onChanged, - ValueChanged<
String> ? onFieldSubmitted, - ValueChanged<
String> ? onSubmitted, - FormFieldValidator<
String> ? validator, - bool? enabled,
- bool readOnly = false,
- int? maxLines = 1,
- int? minLines,
- bool autofocus = false,
- TextInputAction? textInputAction,
- Key? key,
Implementation
const GiantToadFormField({
this.controller,
this.initialValue,
this.focusNode,
this.decoration = const InputDecoration(),
this.keyboardType,
this.inputFormatters,
this.onChanged,
this.onFieldSubmitted,
this.onSubmitted,
this.validator,
this.enabled,
this.readOnly = false,
this.maxLines = 1,
this.minLines,
this.autofocus = false,
this.textInputAction,
super.key,
});