image package
documentation
image
Animation
frames property
frames
image package
documentation
image
Animation
frames property
Animation class
Constructors
Animation
Properties
backgroundColor
first
frames
frameType
hashCode
height
isEmpty
isNotEmpty
iterator
last
length
loopCount
numFrames
runtimeType
single
width
Methods
addFrame
any
cast
contains
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator ==
operator []
frames
property
Null safety
List
<
Image
>
frames
read / write
The frames of the animation.
Implementation
List<Image> frames = [];