Flutter
material
TextField
onChanged property
onChanged
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
onChanged property
ValueChanged
<
String
>
onChanged
final
Called when the text being edited changes.
Implementation
final ValueChanged<String> onChanged