menu
finch package
documentation
finch_route.dart
FinchRoute
children property
children property
dark_mode
light_mode
children
property
List
<
FinchRoute
>
children
getter/setter pair
Sub-routes of the current route, defining a tree structure of routes.
Implementation
List<FinchRoute> children;
finch package
documentation
finch_route
FinchRoute
children property
FinchRoute class