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. double? headerHeight,
  17. BarkoderARHeaderShowMode? headerShowMode,
  18. double? headerMaxTextHeight,
  19. double? headerMinTextHeight,
  20. String? headerTextColorSelected,
  21. String? headerTextColorNonSelected,
  22. double? headerHorizontalTextMargin,
  23. double? headerVerticalTextMargin,
  24. 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.headerHeight,
  this.headerShowMode,
  this.headerMaxTextHeight,
  this.headerMinTextHeight,
  this.headerTextColorSelected,
  this.headerTextColorNonSelected,
  this.headerHorizontalTextMargin,
  this.headerVerticalTextMargin,
  this.headerTextFormat,
});