animationHorizontal property

Animation<double> animationHorizontal
getter/setter pair

Controls and returns double value of animation.

Animation objects that control the animation of the flipper along the vertical and horizontal axis respectively. Controls where the flipper should be turning to after drag.

Implementation

late Animation<double> animationVertical, animationHorizontal;