TouchEvent constructor

TouchEvent(
  1. String type, [
  2. TouchEventInit eventInitDict
])

Implementation

external factory TouchEvent(
  String type, [
  TouchEventInit eventInitDict,
]);