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. bool? gs1DecodingEnabled,
  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