onMouseMove property

EventStream<MouseEvent> onMouseMove

Dispatched when a user moves the pointing device while it is over an InteractiveObject.

If the target is a text field that the user is selecting, the selection is updated as the default behavior.

Implementation

EventStream<MouseEvent> get onMouseMove =>
    InteractiveObject.mouseMoveEvent.forTarget(this);