onTransitionEnd property

Stream<TransitionEvent> onTransitionEnd

Stream of transitionend events handled by this Window.

Implementation

Stream<TransitionEvent> get onTransitionEnd =>
    Element.transitionEndEvent.forTarget(this);