DocumentScanState constructor
DocumentScanState({
- bool isProcessing = false,
- bool showError = false,
- double uploadProgress = 0.0,
- CameraState cameraState = CameraState.loading,
- File? capturedImage,
- File? videoRecordingFile,
- required AppScreen screen,
- required DocumentSide currentSide,
Implementation
DocumentScanState({
this.isProcessing = false,
this.showError = false,
this.uploadProgress = 0.0,
this.cameraState = CameraState.loading,
this.capturedImage,
this.videoRecordingFile,
required this.screen,
required this.currentSide,
});