TouchPoint constructor

const TouchPoint(
  1. int id,
  2. PointState state,
  3. Offset pos,
  4. Offset screenPos,
  5. double radiusX,
  6. double radiusY,
  7. double rotationAngle,
  8. double force,
)

Implementation

const TouchPoint(this.id, this.state, this.pos, this.screenPos, this.radiusX, this.radiusY, this.rotationAngle, this.force);