errorBuilder property
Widget displayed if an error occurs.
Implementation
final Widget Function(BuildContext context, Object error)? errorBuilder;
Widget displayed if an error occurs.
final Widget Function(BuildContext context, Object error)? errorBuilder;