onAnimationStart property
Stream<AnimationEvent>
get
onAnimationStart
Stream of animationstart events handled by this Window.
Implementation
Stream<AnimationEvent> get onAnimationStart =>
animationStartEvent.forTarget(this);