menu
sdl2ui package
documentation
sdl2ui/node.dart
Node
getCloneChildren method
getCloneChildren method
dark_mode
light_mode
getCloneChildren
method
List
<
Node
>
getCloneChildren
(
)
Implementation
List<Node> getCloneChildren() { return [..._children]; }
sdl2ui package
documentation
sdl2ui/node
Node
getCloneChildren method
Node class