onMouseWheel property

Stream<WheelEvent> onMouseWheel
@DocsEditable(), @DomName('Window.onmousewheel')

Stream of mousewheel events handled by this Window.

Implementation

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