menu
get package
documentation
get_navigation/src/routes/new_path_route.dart
RouteNode
addChild method
addChild method
dark_mode
light_mode
addChild
method
void
addChild
(
RouteNode
child
)
Implementation
void addChild(RouteNode child) { nodeSegments.add(child); child.parent = this; }
get package
documentation
get_navigation/src/routes/new_path_route
RouteNode
addChild method
RouteNode class