Scope topic

Scope

Typedefs

ScopeAutoDependenciesStream<T extends ScopeDependencies> = Stream<ScopeInitState<ScopeAutoDependenciesProgress, T>> Scope
ScopeErrorBuilder<P extends Object> = Widget Function(BuildContext context, Object error, StackTrace stackTrace, P? progress) Scope
ScopeInitBuilder<P extends Object> = Widget Function(BuildContext context, P? progress) Scope
ScopeInitFunction<P extends Object, D extends ScopeDependencies> = Stream<ScopeInitState<P, D>> Function(BuildContext context) Scope
ScopeWaitingBuilder = Widget? Function(BuildContext context) Scope