children property

set children (List<Component> newChildren)

Replaces the list of child components without building them.

Implementation

set children(List<Component> newChildren) => _children = newChildren;