controller property

  1. @override
AnimationController controller
override

The AnimationController for an animation.

It lets you perform tasks such as:

  • paly, reverse, stop animation
  • Set the animation to a specific.

Implementation

@override
AnimationController get controller => _animatorState!.controller;