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