EventStream<MouseEvent> onMouseWheel

Dispatched when a mouse wheel is spun over an InteractiveObject instance.

If the target is a text field, the text scrolls as the default behavior.

Source

EventStream<MouseEvent> get onMouseWheel => InteractiveObject.mouseWheelEvent.forTarget(this);