onMouseWheel property - Document class - dart:html library (original) (raw)

description

Stream<WheelEvent> getonMouseWheel

Stream of mousewheel events handled by this Document.

Implementation

Stream<WheelEvent> get onMouseWheel =>
    Element.mouseWheelEvent.forTarget(this);