onMouseWheel property
Stream of mousewheel
events handled by this Document.
Implementation
Stream<WheelEvent> get onMouseWheel =>
Element.mouseWheelEvent.forTarget(this);
Stream of mousewheel
events handled by this Document.
Stream<WheelEvent> get onMouseWheel =>
Element.mouseWheelEvent.forTarget(this);