controller property

AnimationController? controller

The underlying AnimationController. Use only if you know what you're doing!

Implementation

AnimationController? get controller => state?.controller;