menu
refreshed package
documentation
get_navigation/src/routes/new_path_route.dart
RouteNode
removeChild method
removeChild method
dark_mode
light_mode
removeChild
method
void
removeChild
(
RouteNode
child
)
Removes a child node.
Implementation
void removeChild(RouteNode child) { children.remove(child); }
refreshed package
documentation
get_navigation/src/routes/new_path_route
RouteNode
removeChild method
RouteNode class