onMouseWheel property

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.

Implementation

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