defaultChild property Null safety
override
Returns an instance of default child for this container node.
Always returns fresh instance.
Implementation
@override
LeafNode get defaultChild => TextNode();
Returns an instance of default child for this container node.
Always returns fresh instance.
@override
LeafNode get defaultChild => TextNode();