ShowErrorsFunction typedef Null safety
Signature for customize when to show errors in a widget.
Implementation
typedef ShowErrorsFunction = bool Function(AbstractControl<dynamic> control);
Signature for customize when to show errors in a widget.
typedef ShowErrorsFunction = bool Function(AbstractControl<dynamic> control);