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