onMouseLeave property

ElementStream<MouseEvent> onMouseLeave

Stream of mouseleave events handled by this Element.

Implementation

ElementStream<MouseEvent> get onMouseLeave =>
    mouseLeaveEvent.forElement(this);