RotationRecognizeSettings constructor

const RotationRecognizeSettings({
  1. required RotationRecognizeThresholds rotationThreshold,
  2. required RotationRecognizeThresholds rotationThresholdInScaling,
})

Implementation

const RotationRecognizeSettings({
  required this.rotationThreshold,
  required this.rotationThresholdInScaling
});