onMouseLeave property

Stream<MouseEvent> onMouseLeave
@DocsEditable(), @DomName('Window.onmouseleave'), @Experimental()

Stream of mouseleave events handled by this Window.

Implementation

@DomName('Window.onmouseleave')
@DocsEditable()
@Experimental() // untriaged
Stream<MouseEvent> get onMouseLeave =>
    Element.mouseLeaveEvent.forTarget(this);