forms/error_renderer library

Functions

replaceErrors(Map<String, String> overrides) ErrorFn
Convenience function for replacing multiple errors for Components using the errorRenderer pattern.

Typedefs

ErrorFn = Map<String, dynamic>? Function(Map<String, dynamic>? errors)
A function which takes in an error map, and returns another modified errors map.