CurrentRoute constructor
- required BuildContext context,
- required RouteDefiner route,
- required RouteState state,
Creates a CurrentRoute with the given context
, route
, and state
.
Implementation
CurrentRoute({
required this.context,
required this.route,
required this.state,
});