flutter_json_widgets
widget
TextFormField
TextFormField.fromJson factory constructor
TextFormField.fromJson
TextFormField.fromJson
constructor
Null safety
TextFormField.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory TextFormField.fromJson(Map<String, dynamic> json) = _$TextFormField.fromJson;
flutter_json_widgets
widget
TextFormField
TextFormField.fromJson factory constructor
TextFormField class
Constructors
TextFormField
fromJson
Properties
autocorrect
autofillHints
autofocus
autovalidateMode
copyWith
cursorColor
cursorHeight
cursorRadius
cursorWidth
decoration
enabled
enableIMEPersonalizedLearning
enableInteractiveSelection
enableSuggestions
expands
field
hashCode
initialValue
inputFormatters
key
keyboardAppearance
keyboardType
maxLength
maxLengthEnforcement
maxLines
minLines
mouseCursor
obscureText
obscuringCharacter
onEditingComplete
onTap
readOnly
restorationId
runtimeType
scrollPadding
scrollPhysics
showCursor
smartDashesType
smartQuotesType
strutStyle
style
textAlign
textAlignVertical
textCapitalization
textDirection
textInputAction
validatorMessages
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==