children property

List<Node> children
final

This list allows the node to act as a parent in the scene graph hierarchy. Transformations applied to this node, such as translation, rotation, and scaling, will also affect all child nodes.

Implementation

final List<Node> children = [];