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