components property

UnmodifiableListView<Component> components

A List of all children Components.

Implementation

UnmodifiableListView<Component> get components =>
    UnmodifiableListView(_components);