flutter_form_builder
flutter_form_builder
TextFieldConfiguration
<
T
>
autocorrect property
autocorrect
flutter_form_builder
flutter_form_builder
TextFieldConfiguration
<
T
>
autocorrect property
TextFieldConfiguration class
Constructors
TextFieldConfiguration
Properties
autocorrect
autofocus
controller
cursorColor
cursorRadius
cursorWidth
decoration
enabled
enableInteractiveSelection
focusNode
inputFormatters
keyboardAppearance
keyboardType
maxLength
maxLengthEnforced
maxLines
minLines
obscureText
onChanged
onEditingComplete
onSubmitted
onTap
scrollPadding
style
textAlign
textCapitalization
textDirection
textInputAction
hashCode
runtimeType
Methods
copyWith
noSuchMethod
toString
Operators
operator ==
autocorrect
property
bool
autocorrect
final
Whether to enable autocorrection.
Same as
TextField.autocorrect
Implementation
final bool autocorrect