onAnimationEnd property
Stream of animationend
events handled by this Window.
Implementation
Stream<AnimationEvent> get onAnimationEnd =>
animationEndEvent.forTarget(this);
Stream of animationend
events handled by this Window.
Stream<AnimationEvent> get onAnimationEnd =>
animationEndEvent.forTarget(this);