controller property

AnimationController controller

Returns the main AnimationController instance for this state class.

Implementation

AnimationController get controller {
  _mainControllerInstance ??= _newAnimationController();
  return _mainControllerInstance!;
}