animController property

AnimationController animController

Returns the inner animation controller.

Implementation

AnimationController get animController {
  assert(_animController != null, 'animation controller must not be null');
  return _animController!;
}