control property

FormControl<T> control
getter/setter pairinherited

The FormControl that is bound to this state.

Implementation

late FormControl<ModelDataType> control;