errorBuilder property

Widget Function(BuildContext context, Object error, StackTrace? stackTrace)? errorBuilder
final

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;