currentAnimation property

AnimationData<T> get currentAnimation

Implementation

AnimationData<T> get currentAnimation => _animations[_state]!;