DocumentCameraConfiguration constructor
- {required DocumentClassicScannerConfiguration scannerConfiguration,
- bool? flashEnabled,
- ContourConfiguration? contourConfiguration,
- double? cameraZoomFactor}
Implementation
DocumentCameraConfiguration({
required this.scannerConfiguration,
this.flashEnabled,
this.contourConfiguration,
this.cameraZoomFactor,
});