onAnimationIteration property Null safety

Stream<AnimationEvent> onAnimationIteration

Stream of animationiteration events handled by this Window.

Implementation

Stream<AnimationEvent> get onAnimationIteration =>
    animationIterationEvent.forTarget(this);