AndroidSettings constructor

AndroidSettings({
  1. SensorSettingsAndroid? sensorSettings,
  2. List<CaptureStage>? captureStages,
  3. int? compressQuality,
  4. AndroidCameraResolution? cameraResolution,
  5. SecuritySettings? securitySettings,
  6. String? customStyle,
  7. FeedbackColorsAndroid? feedbackColors,
})

Implementation

AndroidSettings({
  this.sensorSettings,
  this.captureStages,
  this.compressQuality,
  this.cameraResolution,
  this.securitySettings,
  this.customStyle,
  this.feedbackColors,
});