onAnimationIteration property
Stream<AnimationEvent>
get
onAnimationIteration
Stream of animationiteration events handled by this Window.
Implementation
Stream<AnimationEvent> get onAnimationIteration =>
animationIterationEvent.forTarget(this);