children property

List<Component> children

Implementation

List<Component> get children => [if (_child != null) _child!, ..._children ?? []];