repeatAnimation property

bool repeatAnimation
final

Repeat the animation in circular rotation widget. This parameter affects when startAnimation is true. it contains bool value.

true = repeat the animation.

false = show animation only for one time.

Implementation

final bool repeatAnimation;