DOMMouseEvent<T> constructor
DOMMouseEvent<T> ()
Implementation
DOMMouseEvent(
DOMTreeMap<T> treeMap,
Object? event,
Object? eventTarget,
DOMNode? target,
this.client,
this.offset,
this.page,
this.screen,
this.button,
this.buttons,
this.altKey,
this.ctrlKey,
this.shiftKey,
this.metaKey)
: super(treeMap, event, eventTarget, target);