TouchEvent constructor

TouchEvent(
  1. String type
)

Implementation

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