frames property

List<Image> frames
getter/setter pair

The list of sub-frames for the image, if it's an animation. An image is considered animated if it has more than one frame, as the first frame will be the image itself.

Implementation

late List<Image> frames = [];