RouteScopeProvider constructor
const
RouteScopeProvider({
- Key? key,
- required Widget child,
- required RouteRecord<
Widget> route, - required RouteParams params,
- required HistoryLocation location,
- required URLSearchParams query,
- HistoryLocation? fromLocation,
Creates a route scope provider.
Implementation
const RouteScopeProvider({
super.key,
required super.child,
required this.route,
required this.params,
required this.location,
required this.query,
this.fromLocation,
});