RotationRecognizeSettings constructor
const
RotationRecognizeSettings({
- required RotationRecognizeThresholds rotationThreshold,
- required RotationRecognizeThresholds rotationThresholdInScaling,
Implementation
const RotationRecognizeSettings({
required this.rotationThreshold,
required this.rotationThresholdInScaling
});