PointerEvent constructor

PointerEvent(
  1. String type, [
  2. PointerEventInit? eventInitDict
])

Implementation

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