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