insertChild method

void insertChild(
  1. RenderBox box
)

Implementation

void insertChild(RenderBox box) {
  adoptChild(box);
}