MouseEventInit constructor
MouseEventInit({})
Implementation
MouseEventInit({
bool bubbles = false,
bool cancelable = false,
this.clientX = 0.0,
this.clientY = 0.0,
this.offsetX = 0.0,
this.offsetY = 0.0,
})
: super(bubbles: bubbles, cancelable: cancelable);