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.
Source
EventStream<MouseEvent> get onMouseMove => InteractiveObject.mouseMoveEvent.forTarget(this);