removeChild method

void removeChild(
  1. RenderBox box
)

Implementation

void removeChild(RenderBox box) {
  dropChild(box);
}