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