BarkoderConfig constructor

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

Implementation

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