Replaces the list of child components without building them.
set children(List<Component> newChildren) => _children = newChildren;