menu
artisanal package
documentation
widgets.dart
NavigatorState
routes property
routes property
dark_mode
light_mode
routes
property
List
<
Route
>
get
routes
The current route stack (read-only).
Implementation
List<Route<dynamic>> get routes => List.unmodifiable(_routes);
artisanal package
documentation
widgets
NavigatorState
routes property
NavigatorState class