ScopeErrorBuilder<P extends Object> typedef Scope

ScopeErrorBuilder<P extends Object> = Widget Function(BuildContext context, Object error, StackTrace stackTrace, P? progress)

A builder function used to display an error widget if scope initialization fails.

Implementation

typedef ScopeErrorBuilder<P extends Object> = Widget Function(
  BuildContext context,
  Object error,
  StackTrace stackTrace,
  P? progress,
);