errorBuilder property
An optional builder function rendering a fallback UI if the pipeline enters a damaged state.
Implementation
final Widget Function(
BuildContext context, Object error, StackTrace? stackTrace)? errorBuilder;
An optional builder function rendering a fallback UI if the pipeline enters a damaged state.
final Widget Function(
BuildContext context, Object error, StackTrace? stackTrace)? errorBuilder;