LView<T> constructor
const
LView<T> ({
- Key? key,
- T? resolver(
- BuildContext context
- Widget builder(
- BuildContext context,
- T controller
- Widget orElse(
- BuildContext context
- bool autoWatch = true,
- List<
Object?> ? args,
Creates a view with a dependency factory and a builder.
Implementation
const LView({
super.key,
this.resolver,
this.builder,
this.orElse,
this.autoWatch = true,
this.args,
});