ReactiveFormFieldCallback<T> typedef

ReactiveFormFieldCallback<T> = void Function(FormControl<T> control)

Signature of a callback that provides the control as argument.

Implementation

typedef ReactiveFormFieldCallback<T> = void Function(FormControl<T> control);