image package
documentation
image
Animation
loopCount property
loopCount
image package
documentation
image
Animation
loopCount 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 []
loopCount
property
Null safety
int
loopCount
read / write
How many times should the animation loop (0 means forever)?
Implementation
int loopCount = 0;