Flutter
material
TextField
autocorrect property
autocorrect
TextField class
Constructors
TextField
Properties
autocorrect
autofocus
controller
cursorColor
cursorRadius
cursorWidth
decoration
enabled
enableInteractiveSelection
focusNode
inputFormatters
keyboardAppearance
keyboardType
maxLength
maxLengthEnforced
maxLines
obscureText
onChanged
onEditingComplete
onSubmitted
onTap
scrollPadding
style
textAlign
textCapitalization
textDirection
textInputAction
hashCode
key
runtimeType
Methods
createState
debugFillProperties
createElement
debugDescribeChildren
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
Constants
noMaxLength
autocorrect property
bool
autocorrect
final
Whether to enable autocorrection.
Defaults to true. Cannot be null.
Implementation
final bool autocorrect