animationController property
latefinal
Animation Controller to control the shake.
Implementation
late final AnimationController animationController = AnimationController(vsync: this, duration: widget.shakeDuration);
Animation Controller to control the shake.
late final AnimationController animationController = AnimationController(vsync: this, duration: widget.shakeDuration);