formControl property
FormControl<T> ?
formControl
finalinherited
The control that is bound to this widget.
Implementation
final FormControl<ModelDataType>? formControl;
The control that is bound to this widget.
final FormControl<ModelDataType>? formControl;