BatchBarcodeScannerJsonConfiguration constructor

BatchBarcodeScannerJsonConfiguration({
  1. String? version,
  2. String? screen,
  3. List<BarcodeDocumentFormat>? acceptedDocumentFormats,
  4. BarcodesExtensionFilter? barcodesExtensionFilter,
  5. Color? cameraOverlayColor,
  6. CameraModule? cameraModule,
  7. double? cameraZoomFactor,
  8. ZoomRange? cameraZoomRange,
  9. bool? cancelButtonHidden,
  10. String? cancelButtonTitle,
  11. bool? doubleTapToZoomEnabled,
  12. bool? pinchToZoomEnabled,
  13. bool? shouldAnimateZooming,
  14. EngineMode? engineMode,
  15. Color? finderLineColor,
  16. double? finderLineWidth,
  17. String? finderTextHint,
  18. Color? finderTextHintColor,
  19. AspectRatio? finderAspectRatio,
  20. bool? flashButtonHidden,
  21. String? flashButtonTitle,
  22. bool? flashEnabled,
  23. bool? focusLockEnabled,
  24. double? focusLockPosition,
  25. bool? touchToFocusEnabled,
  26. OrientationLockMode? orientationLockMode,
  27. int? minimumTextLength,
  28. int? maximumTextLength,
  29. int? minimum1DBarcodesQuietZone,
  30. bool? minFocusDistanceLock,
  31. bool? stripCheckDigits,
  32. bool? successBeepEnabled,
  33. Color? topBarBackgroundColor,
  34. Color? topBarButtonsColor,
  35. Color? topBarButtonsInactiveColor,
  36. List<BarcodeFormat>? barcodeFormats,
  37. bool? useButtonsAllCaps,
  38. Gs1HandlingMode? gs1HandlingMode,
  39. MSIPlesseyChecksumAlgorithm? msiPlesseyChecksumAlgorithm,
  40. bool? lowPowerMode,
  41. String? barcodesCountText,
  42. Color? barcodesCountTextColor,
  43. String? clearButtonTitle,
  44. Color? detailsActionColor,
  45. Color? detailsBackgroundColor,
  46. Color? detailsPrimaryColor,
  47. String? deleteButtonTitle,
  48. String? enableCameraButtonTitle,
  49. String? enableCameraExplanationText,
  50. String? fetchingStateText,
  51. String? noBarcodesTitle,
  52. String? submitButtonTitle,
  53. CodeDensity? codeDensity,
  54. bool? replaceCancelButtonWithIcon,
  55. CameraPreviewMode? cameraPreviewMode,
  56. int? autoCancelTimeout,
  57. double? initialScanDelay,
  58. bool? viewFinderEnabled,
  59. SelectionOverlayConfiguration? overlayConfiguration,
})

Implementation

BatchBarcodeScannerJsonConfiguration({
  this.version,
  this.screen,
  this.acceptedDocumentFormats,
  this.barcodesExtensionFilter,
  this.cameraOverlayColor,
  this.cameraModule,
  this.cameraZoomFactor,
  this.cameraZoomRange,
  this.cancelButtonHidden,
  this.cancelButtonTitle,
  this.doubleTapToZoomEnabled,
  this.pinchToZoomEnabled,
  this.shouldAnimateZooming,
  this.engineMode,
  this.finderLineColor,
  this.finderLineWidth,
  this.finderTextHint,
  this.finderTextHintColor,
  this.finderAspectRatio,
  this.flashButtonHidden,
  this.flashButtonTitle,
  this.flashEnabled,
  this.focusLockEnabled,
  this.focusLockPosition,
  this.touchToFocusEnabled,
  this.orientationLockMode,
  this.minimumTextLength,
  this.maximumTextLength,
  this.minimum1DBarcodesQuietZone,
  this.minFocusDistanceLock,
  this.stripCheckDigits,
  this.successBeepEnabled,
  this.topBarBackgroundColor,
  this.topBarButtonsColor,
  this.topBarButtonsInactiveColor,
  this.barcodeFormats,
  this.useButtonsAllCaps,
  this.gs1HandlingMode,
  this.msiPlesseyChecksumAlgorithm,
  this.lowPowerMode,
  this.barcodesCountText,
  this.barcodesCountTextColor,
  this.clearButtonTitle,
  this.detailsActionColor,
  this.detailsBackgroundColor,
  this.detailsPrimaryColor,
  this.deleteButtonTitle,
  this.enableCameraButtonTitle,
  this.enableCameraExplanationText,
  this.fetchingStateText,
  this.noBarcodesTitle,
  this.submitButtonTitle,
  this.codeDensity,
  this.replaceCancelButtonWithIcon,
  this.cameraPreviewMode,
  this.autoCancelTimeout,
  this.initialScanDelay,
  this.viewFinderEnabled,
  this.overlayConfiguration,
});