Remove this child from the child list.
Requires the child to be present in the child list.
@override void remove(RenderBox child) { super.remove(child); _paintingOrder = null; }