Add multiple children to the end of the child list
void addAll(List<RenderBox> children) { for (final child in children) { add(child); } }