menu
fluttery_framework package
documentation
view.dart
TypedShellRoute<T extends ShellRouteData>
routes property
routes property
dark_mode
light_mode
routes
property
List
<
TypedRoute
<
RouteData
>
>
routes
final
Child route definitions.
See
RouteBase.routes
.
Implementation
final List<TypedRoute<RouteData>> routes;
fluttery_framework package
documentation
view
TypedShellRoute<T extends ShellRouteData>
routes property
TypedShellRoute class