menu
gg_router package
documentation
gg_router.dart
GgRouter
children property
children property
dark_mode
light_mode
children
property
Map
<
String
,
Widget
Function
(
BuildContext
)
>
children
final
The child routes of this router.
Implementation
final Map<String, Widget Function(BuildContext)> children;
gg_router package
documentation
gg_router
GgRouter
children property
GgRouter class