drawables property

List<Drawable> get drawables

Getter for the current drawables.

The returned list is unmodifiable.

Implementation

List<Drawable> get drawables => List.unmodifiable(_drawables);