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