menu
fluttery_framework package
documentation
view.dart
AppRouterDelegate
routes property
routes property
dark_mode
light_mode
routes
property
Map
<
String
,
WidgetBuilder
>
routes
final
The Map of specified 'routes'
Implementation
final Map<String, WidgetBuilder> routes;
fluttery_framework package
documentation
view
AppRouterDelegate
routes property
AppRouterDelegate class