FieldText constructor
const
FieldText({
- String? label,
- bool? autocorrect,
- bool? autofocus,
- String? autofillHints,
- String? autovalidateMode,
- String? buildCounter,
- String? cursorColor,
- String? cursorRadius,
- String? cursorWidth,
- String? hint,
- bool? enabled,
- String? enableIMEPersonalizedLearning,
- bool? enableInteractiveSelection,
- bool? enableSuggestions,
- bool? expands,
- String? focusNode,
- dynamic initialValue,
- Map<
String, dynamic> ? inputDecoration, - List<
String> ? inputFormatters, - String? keyboardAppearance,
- String? keyboardType,
- int? maxLength,
- String? maxLengthEnforcement,
- int? maxLines,
- int? minLines,
- String? mouseCursor,
- bool? obscureText,
- String? obscuringCharacter,
- String? onChanged,
- bool? readOnly,
- String? scrollPadding,
- String? type,
- List<
Map< ? validators,FieldValidator, dynamic> > - double? sequence,
Implementation
const FieldText(
{this.label,
this.autocorrect,
this.autofocus,
this.autofillHints,
this.autovalidateMode,
this.buildCounter,
this.cursorColor,
this.cursorRadius,
this.cursorWidth,
this.hint,
this.enabled,
this.enableIMEPersonalizedLearning,
this.enableInteractiveSelection,
this.enableSuggestions,
this.expands,
this.focusNode,
this.initialValue,
this.inputDecoration,
this.inputFormatters,
this.keyboardAppearance,
this.keyboardType,
this.maxLength,
this.maxLengthEnforcement,
this.maxLines,
this.minLines,
this.mouseCursor,
this.obscureText,
this.obscuringCharacter,
this.onChanged,
this.readOnly,
this.scrollPadding,
this.type,
this.validators,
this.sequence});