errorBuilder property
Widget shown when loading a page fails.
Implementation
final Widget Function(BuildContext context, Object error)? errorBuilder;
Widget shown when loading a page fails.
final Widget Function(BuildContext context, Object error)? errorBuilder;