animationController property
Implementation
late final AnimationController animationController = AnimationController(
vsync: this,
duration: animationDuration,
reverseDuration: reverseDuration,
debugLabel: runtimeType.toString(),
value: initialValue,
);