removeChild abstract method
Removes the child element corresponding with the given RenderBox.
Implementation
void removeChild(RenderBox? child);
Removes the child element corresponding with the given RenderBox.
void removeChild(RenderBox? child);