Stream<WheelEvent> onMouseWheel

Stream of mousewheel events handled by this Window.

Source

@DomName('Window.onmousewheel')
@DocsEditable()
Stream<WheelEvent> get onMouseWheel => Element.mouseWheelEvent.forTarget(this);