MouseEvent constructor
MouseEvent(
- String type, [
- MouseEventInit? eventInitDict
Implementation
factory MouseEvent(String type, [MouseEventInit? eventInitDict]) =>
MouseEvent._(type, eventInitDict ?? undefined);