TouchPoint constructor
TouchPoint({})
Implementation
TouchPoint(
{required this.x,
required this.y,
this.radiusX,
this.radiusY,
this.rotationAngle,
this.force,
this.tangentialPressure,
this.tiltX,
this.tiltY,
this.twist,
this.id});