onAnimationStart property

Stream<AnimationEvent> onAnimationStart

Stream of animationstart events handled by this Window.

Implementation

Stream<AnimationEvent> get onAnimationStart =>
    animationStartEvent.forTarget(this);