BatchBarcodeScannerConfiguration constructor

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

Implementation

BatchBarcodeScannerConfiguration