errorBuilder property
Widget builder for the error state UI.
Receives a retry callback and the resolved SplashTheme.
Implementation
final Widget Function(VoidCallback retry, SplashTheme theme)? errorBuilder;
Widget builder for the error state UI.
Receives a retry callback and the resolved SplashTheme.
final Widget Function(VoidCallback retry, SplashTheme theme)? errorBuilder;