animationController property

AnimationController animationController
latefinal

Creating an animation controller with the duration that is passed in.

Implementation

late final AnimationController animationController = AnimationController(
  vsync: this,
  duration: animationDuration,
);