children property

List<VComponent> children
final

The children of this component, empty when there a no children

Implementation

final List<VComponent> children = <VComponent>[];