BarkoderConfig constructor

BarkoderConfig({
  1. String? locationLineColor,
  2. double? locationLineWidth,
  3. String? roiLineColor,
  4. double? roiLineWidth,
  5. String? roiOverlayBackgroundColor,
  6. bool? closeSessionOnResultEnabled,
  7. bool? imageResultEnabled,
  8. bool? locationInImageResultEnabled,
  9. bool? locationInPreviewEnabled,
  10. bool? pinchToZoomEnabled,
  11. bool? regionOfInterestVisible,
  12. BarkoderResolution? barkoderResolution,
  13. bool? beepOnSuccessEnabled,
  14. bool? vibrateOnSuccessEnabled,
  15. bool? enableVINRestrictions,
  16. DekoderConfig? decoder,
})

Implementation

BarkoderConfig(
    {this.locationLineColor,
    this.locationLineWidth,
    this.roiLineColor,
    this.roiLineWidth,
    this.roiOverlayBackgroundColor,
    this.closeSessionOnResultEnabled,
    this.imageResultEnabled,
    this.locationInImageResultEnabled,
    this.locationInPreviewEnabled,
    this.pinchToZoomEnabled,
    this.regionOfInterestVisible,
    this.barkoderResolution,
    this.beepOnSuccessEnabled,
    this.vibrateOnSuccessEnabled,
    this.enableVINRestrictions,
    this.decoder});