remove method
Remove a child from the child list
Implementation
void remove(RenderBox child) {
dropChild(child);
_childrenData.remove(child);
}
Remove a child from the child list
void remove(RenderBox child) {
dropChild(child);
_childrenData.remove(child);
}