TouchEvent constructor
TouchEvent(
- String type
Implementation
TouchEvent(String type) : super(type, EventInit(bubbles: true, cancelable: true));
TouchEvent(String type) : super(type, EventInit(bubbles: true, cancelable: true));