controller property

AnimationController? get controller

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

Implementation

AnimationController? get controller => state?.controller;