onAnimationEnd property

Stream<AnimationEvent> onAnimationEnd

Stream of animationend events handled by this Window.

Implementation

Stream<AnimationEvent> get onAnimationEnd =>
    animationEndEvent.forTarget(this);