animationController property

AnimationController animationController
latefinal

Animation Controller to control the shake.

Implementation

late final AnimationController animationController = AnimationController(vsync: this, duration: widget.shakeDuration);