repeatMode property

RepeatMode repeatMode
final

How the animation behaves after reaching 1.0.

When set to RepeatMode.reverse, the animation plays forward and then backward. Defaults to RepeatMode.restart, which jumps back to 0.0 and resumes from there.

Implementation

final RepeatMode repeatMode;