onMouseOut property - Window class - dart:html library (original) (raw)

description

Stream<MouseEvent> getonMouseOut

override

Stream of mouseout events handled by this Window.

Implementation

Stream<MouseEvent> get onMouseOut => Element.mouseOutEvent.forTarget(this);