Removes child node.
child
@override bool removeNode(Node? child) { if (isNodeElement) { return nodeAsElement!.nodes.remove(child); } return false; }