children property

  1. @override
List<Drawable>? children
final

The child Drawables of this DrawableParent.

Each child may itself have children.

Implementation

@override
final List<Drawable>? children;