errorBuilder property
The builder for errors displayed below the description. Defaults to displaying the error message.
Implementation
final Widget Function(BuildContext, String) errorBuilder;
The builder for errors displayed below the description. Defaults to displaying the error message.
final Widget Function(BuildContext, String) errorBuilder;