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