BarkoderARConfig constructor
BarkoderARConfig({
- BarkoderARMode? arMode,
- int? resultDisappearanceDelayMs,
- double? locationTransitionSpeed,
- BarkoderAROverlayRefresh? overlayRefresh,
- String? selectedLocationColor,
- String? nonSelectedLocationColor,
- double? selectedLocationLineWidth,
- double? nonSelectedLocationLineWidth,
- BarkoderARLocationType? locationType,
- bool? doubleTapToFreezeEnabled,
- bool? imageResultEnabled,
- bool? barcodeThumbnailOnResult,
- int? resultLimit,
- bool? continueScanningOnLimit,
- bool? emitResultsAtSessionEndOnly,
- double? headerHeight,
- BarkoderARHeaderShowMode? headerShowMode,
- double? headerMaxTextHeight,
- double? headerMinTextHeight,
- String? headerTextColorSelected,
- String? headerTextColorNonSelected,
- double? headerHorizontalTextMargin,
- double? headerVerticalTextMargin,
- 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,
});