FormFieldErrorBuilder typedef
Signature for a callback that builds an error widget.
See also:
- FormField.errorBuilder, which is of this type, and passes the result error given by TextFormField.validator.
Implementation
typedef FormFieldErrorBuilder = Widget Function(BuildContext context, String errorText);