animationDirection property

AnimationDirection animationDirection
final

The AnimationDirection of the AnimatedIconButton.

AnimationDirection.forward forces the animation to run in a forward loop AnimationDirection.reverse forces the animation to run in a reverse loop AnimationDirection.bounce forces the animation to bounce at the start and end of icons back and forth

Implementation

final AnimationDirection animationDirection;