RotationRecognizeThresholds constructor

const RotationRecognizeThresholds({
  1. double angleDiffDeg = 5,
  2. double distanceDiffMm = 5,
})

Implementation

const RotationRecognizeThresholds({
  this.angleDiffDeg = 5,
  this.distanceDiffMm = 5
});