syncAnimation property

AnimationController? syncAnimation
final

The Animation for synchronizing the particle animation. The particle animation is starting when syncAnimation called forward method. If syncAnimation called reverse method, the particle animation reset animation.

Implementation

final AnimationController? syncAnimation;