BatchBarcodeScannerConfiguration constructor

BatchBarcodeScannerConfiguration({
  1. Color? topBarBackgroundColor,
  2. Color? topBarButtonsColor,
  3. Color? topBarButtonsInactiveColor,
  4. BarcodeDataFormatter? barcodeFormatter,
  5. Color? barcodesCountTextColor,
  6. Color? detailsActionColor,
  7. Color? detailsBackgroundColor,
  8. Color? detailsPrimaryColor,
  9. Color? cameraOverlayColor,
  10. Color? finderLineColor,
  11. Color? finderTextHintColor,
  12. bool? cancelButtonHidden,
  13. String? cancelButtonTitle,
  14. String? enableCameraButtonTitle,
  15. String? enableCameraExplanationText,
  16. String? finderTextHint,
  17. String? submitButtonTitle,
  18. String? clearButtonTitle,
  19. String? barcodesCountText,
  20. String? fetchingStateText,
  21. String? noBarcodesTitle,
  22. FinderAspectRatio? finderAspectRatio,
  23. int? finderLineWidth,
  24. bool? successBeepEnabled,
  25. bool? flashEnabled,
  26. CameraOrientationMode? orientationLockMode,
  27. List<BarcodeFormat>? barcodeFormats,
})

Implementation

BatchBarcodeScannerConfiguration(
    {this.topBarBackgroundColor,
    this.topBarButtonsColor,
    this.topBarButtonsInactiveColor,
    this.barcodeFormatter,
    this.barcodesCountTextColor,
    this.detailsActionColor,
    this.detailsBackgroundColor,
    this.detailsPrimaryColor,
    this.cameraOverlayColor,
    this.finderLineColor,
    this.finderTextHintColor,
    this.cancelButtonHidden,
    this.cancelButtonTitle,
    this.enableCameraButtonTitle,
    this.enableCameraExplanationText,
    this.finderTextHint,
    this.submitButtonTitle,
    this.clearButtonTitle,
    this.barcodesCountText,
    this.fetchingStateText,
    this.noBarcodesTitle,
    this.finderAspectRatio,
    this.finderLineWidth,
    this.successBeepEnabled,
    this.flashEnabled,
    this.orientationLockMode,
    List<BarcodeFormat>? barcodeFormats})
    : barcodeFormats = barcodeFormats ?? const [];