reactive_forms package
documentation
reactive_forms
ReactiveFormField
<
ModelDataType
,
ViewDataType
>
formControl property
formControl
formControl
property
Null safety
FormControl
<
ModelDataType
>
?
formControl
final
The control that is bound to this widget.
Implementation
final FormControl<ModelDataType>? formControl;
reactive_forms package
documentation
reactive_forms
ReactiveFormField
<
ModelDataType
,
ViewDataType
>
formControl property
ReactiveFormField class
Constructors
ReactiveFormField
Properties
formControl
formControlName
hashCode
key
runtimeType
showErrors
validationMessages
valueAccessor
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==