LScopedAsyncView<T> constructor
const
LScopedAsyncView<T> ({
- Key? key,
- LScopeDependencyFactory? dependencyFactory,
- Future<
T> resolver(- BuildContext context
- Widget builder(
- BuildContext context,
- T controller
- bool autoWatch = true,
- Widget loading(
- BuildContext context
- Widget error(
- BuildContext context,
- Object error
- List<
Object?> ? args, - String? scopeName,
Implementation
const LScopedAsyncView({
super.key,
this.dependencyFactory,
super.resolver,
super.builder,
super.autoWatch = true,
super.loading,
super.error,
super.args,
this.scopeName,
});