ShowErrorsFunction<T> typedef

ShowErrorsFunction<T> = bool Function(FormControl<T> control)

Signature for customize when to show errors in a widget.

Implementation

typedef ShowErrorsFunction<T> = bool Function(FormControl<T> control);