menu
vrlizate package
documentation
scene/node.dart
Node
children property
children property
dark_mode
light_mode
children
property
List
<
Node
>
get
children
Implementation
List<Node> get children => List.unmodifiable(_children);
vrlizate package
documentation
scene/node
Node
children property
Node class