defaultChild property
Returns an instance of default child for this container node.
Always returns fresh instance.
Implementation
@override
ContainerNode<Node> get defaultChild => LineNode();
Returns an instance of default child for this container node.
Always returns fresh instance.
@override
ContainerNode<Node> get defaultChild => LineNode();