Flutter
cupertino
CupertinoTextField
onChanged property
onChanged
CupertinoTextField class
Constructors
CupertinoTextField
Properties
autocorrect
autofocus
clearButtonMode
controller
cursorColor
cursorRadius
cursorWidth
decoration
enabled
focusNode
inputFormatters
keyboardAppearance
keyboardType
maxLength
maxLengthEnforced
maxLines
obscureText
onChanged
onEditingComplete
onSubmitted
padding
placeholder
prefix
prefixMode
scrollPadding
style
suffix
suffixMode
textAlign
textCapitalization
textInputAction
hashCode
key
runtimeType
Methods
createState
debugFillProperties
createElement
debugDescribeChildren
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
onChanged property
ValueChanged
<
String
>
onChanged
final
Called when the text being edited changes.
Implementation
final ValueChanged<String> onChanged