TouchEvent constructor

TouchEvent({
  1. TouchSource? source,
  2. double? x,
  3. double? y,
  4. TouchType? type,
  5. DateTime? time,
})

Implementation

TouchEvent({this.source, this.x, this.y, this.type, this.time});