BarkoderARConfig constructor

BarkoderARConfig({
  1. BarkoderARMode? arMode,
  2. int? resultDisappearanceDelayMs,
  3. double? locationTransitionSpeed,
  4. BarkoderAROverlayRefresh? overlayRefresh,
  5. String? selectedLocationColor,
  6. String? nonSelectedLocationColor,
  7. double? selectedLocationLineWidth,
  8. double? nonSelectedLocationLineWidth,
  9. BarkoderARLocationType? locationType,
  10. bool? doubleTapToFreezeEnabled,
  11. bool? imageResultEnabled,
  12. bool? barcodeThumbnailOnResult,
  13. int? resultLimit,
  14. bool? continueScanningOnLimit,
  15. bool? emitResultsAtSessionEndOnly,
  16. bool? returnOnlyMatchedResults,
  17. bool? displayOnlyMatchedResults,
  18. double? headerHeight,
  19. BarkoderARHeaderShowMode? headerShowMode,
  20. double? headerMaxTextHeight,
  21. double? headerMinTextHeight,
  22. String? headerTextColorSelected,
  23. String? headerTextColorNonSelected,
  24. double? headerHorizontalTextMargin,
  25. double? headerVerticalTextMargin,
  26. String? headerTextFormat,
})

Implementation

BarkoderARConfig({
  this.arMode,
  this.resultDisappearanceDelayMs,
  this.locationTransitionSpeed,
  this.overlayRefresh,
  this.selectedLocationColor,
  this.nonSelectedLocationColor,
  this.selectedLocationLineWidth,
  this.nonSelectedLocationLineWidth,
  this.locationType,
  this.doubleTapToFreezeEnabled,
  this.imageResultEnabled,
  this.barcodeThumbnailOnResult,
  this.resultLimit,
  this.continueScanningOnLimit,
  this.emitResultsAtSessionEndOnly,
  this.returnOnlyMatchedResults,
  this.displayOnlyMatchedResults,
  this.headerHeight,
  this.headerShowMode,
  this.headerMaxTextHeight,
  this.headerMinTextHeight,
  this.headerTextColorSelected,
  this.headerTextColorNonSelected,
  this.headerHorizontalTextMargin,
  this.headerVerticalTextMargin,
  this.headerTextFormat,
});