controller property

AnimationController controller

Animation controller.

Please specify in Animated Builder etc.

Implementation

AnimationController get controller {
  return _controller ??= AnimationController(vsync: this);
}