BarkoderConfig constructor
BarkoderConfig({
- String? locationLineColor,
- double? locationLineWidth,
- String? roiLineColor,
- double? roiLineWidth,
- String? roiOverlayBackgroundColor,
- bool? closeSessionOnResultEnabled,
- bool? imageResultEnabled,
- bool? locationInImageResultEnabled,
- bool? locationInPreviewEnabled,
- bool? pinchToZoomEnabled,
- bool? regionOfInterestVisible,
- BarkoderResolution? barkoderResolution,
- bool? beepOnSuccessEnabled,
- bool? vibrateOnSuccessEnabled,
- bool? enableVINRestrictions,
- 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});