children property

List<Drawable>? children

The child Drawables of this DrawableParent.

Each child may itself have children.

Implementation

List<Drawable>? get children;