MouseEvent constructor
MouseEvent(})
Implementation
MouseEvent(
super.type, {
this.clientX = 0.0,
this.clientY = 0.0,
this.offsetX = 0.0,
this.offsetY = 0.0,
super.detail,
super.view,
super.which,
}) : super(composed: false);