errorBuilder property

Widget Function(VoidCallback retry, SplashTheme theme)? errorBuilder
final

Widget builder for the error state UI.

Receives a retry callback and the resolved SplashTheme.

Implementation

final Widget Function(VoidCallback retry, SplashTheme theme)? errorBuilder;