repeatForever property
Sets if the animation should repeat forever. isRepeatingAnimation also needs to be set to true if you want to repeat forever.
By default it is set to false, if set to true, totalRepeatCount is ignored.
Implementation
final bool repeatForever;