Position a child within this box
Helper method for laying out children.
void positionChild(RenderBox child, int x, int y) { child.x = x; child.y = y; }