menu
sdl2ui package
documentation
sdl2ui/node.dart
Node
remove method
remove method
dark_mode
light_mode
remove
method
Future
remove
(
Node
child
)
Implementation
Future remove(Node child) async { await child.walkDestroy(); _children.remove(child); }
sdl2ui package
documentation
sdl2ui/node
Node
remove method
Node class