controller property

  1. @protected
AnimationController? get controller

The engine-owned controller available to concrete explicit effects.

Effects should use this only to customize playback (for example, to repeat or reverse an animation). The engine still owns its lifecycle.

Implementation

@protected
AnimationController? get controller => _controller;