menu
sint package
documentation
navigation/src/router/route_tree.dart
RouteTree
addRoutes method
addRoutes method
dark_mode
light_mode
addRoutes
method
void
addRoutes
(
List
<
SintPage
>
routes
)
Implementation
void addRoutes(List<SintPage> routes) { for (var route in routes) { addRoute(route); } }
sint package
documentation
navigation/src/router/route_tree
RouteTree
addRoutes method
RouteTree class