LScope constructor
const
LScope({})
Creates a widget-tree-bound dependency scope.
Implementation
const LScope({
super.key,
this.dependencyFactory,
required this.child,
this.name,
this.args,
});
Creates a widget-tree-bound dependency scope.
const LScope({
super.key,
this.dependencyFactory,
required this.child,
this.name,
this.args,
});