CompositeNode constructor
CompositeNode(})
Implementation
CompositeNode(String name, this.children,
{Offset? position,
this.layout = 'vertical',
this.gap = 5,
Subtree? subtree})
: super(name, position: position, subtree: subtree);