onTransitionEnd property
Stream<TransitionEvent>
get
onTransitionEnd
Stream of transitionend events handled by this Window.
Implementation
Stream<TransitionEvent> get onTransitionEnd =>
Element.transitionEndEvent.forTarget(this);