TouchEvent constructor
TouchEvent({
- TouchSource? source,
- double? x,
- double? y,
- TouchType? type,
- DateTime? time,
Implementation
TouchEvent({this.source, this.x, this.y, this.type, this.time});