StateRouter constructor
const
StateRouter({
- Key? key,
- required RouteState router,
- required Map<
String, Widget Function()> routes,
Creates a StateRouter with the given router and routes.
Implementation
const StateRouter({super.key, required this.router, required this.routes});