Removes child node at index.
index
@override Node? removeAt(int index) { final element = nodeAsElement; return element?.removeNodeAt(index); }