MouseEventInitValue constructor
MouseEventInitValue({})
Implementation
MouseEventInitValue({
this.movementX,
this.movementY,
this.screenX,
this.screenY,
this.clientX,
this.clientY,
this.button,
this.buttons,
this.relatedTarget,
});