control property

FormControl<ModelDataType> control
getter/setter pair

The FormControl that is bound to this state.

Implementation

late FormControl<ModelDataType> control;