@DocsEditable(), @DomName('Window.onmousewheel')
Stream of mousewheel
events handled by this Window.
Source
@DomName('Window.onmousewheel')
@DocsEditable()
Stream<WheelEvent> get onMouseWheel =>
Element.mouseWheelEvent.forTarget(this);
Stream of mousewheel
events handled by this Window.
@DomName('Window.onmousewheel')
@DocsEditable()
Stream<WheelEvent> get onMouseWheel =>
Element.mouseWheelEvent.forTarget(this);