AndroidSettings constructor
AndroidSettings({
- SensorSettingsAndroid? sensorSettings,
- List<
CaptureStage> ? captureStages, - int? compressQuality,
- AndroidCameraResolution? cameraResolution,
- SecuritySettings? securitySettings,
- String? customStyle,
- FeedbackColorsAndroid? feedbackColors,
Implementation
AndroidSettings({
this.sensorSettings,
this.captureStages,
this.compressQuality,
this.cameraResolution,
this.securitySettings,
this.customStyle,
this.feedbackColors,
});