errorBuilder property
Optional override for the error state. Defaults to a RetryableErrorWidget.
Implementation
final Widget Function(
BuildContext context,
Object error,
StackTrace? stack,
)? errorBuilder;
Optional override for the error state. Defaults to a RetryableErrorWidget.
final Widget Function(
BuildContext context,
Object error,
StackTrace? stack,
)? errorBuilder;