menu
go_router_path_builder package
documentation
annotation.dart
RoutePathBranch
RoutePathBranch const constructor
RoutePathBranch const constructor
dark_mode
light_mode
RoutePathBranch
constructor
const
RoutePathBranch
(
{
String
?
navigatorKey
,
String
?
initialLocation
,
required
List
<
_RouteBuilder
>
routes
,
})
Implementation
const RoutePathBranch({ this.navigatorKey, this.initialLocation, required this.routes, });
go_router_path_builder package
documentation
annotation
RoutePathBranch
RoutePathBranch const constructor
RoutePathBranch class