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