BarcodeBatchBasicOverlay.withBarcodeBatchForViewWithStyle constructor
BarcodeBatchBasicOverlay.withBarcodeBatchForViewWithStyle(
- BarcodeBatch barcodeBatch,
- DataCaptureView? view,
- BarcodeBatchBasicOverlayStyle style
Implementation
factory BarcodeBatchBasicOverlay.withBarcodeBatchForViewWithStyle(
BarcodeBatch barcodeBatch, DataCaptureView? view, BarcodeBatchBasicOverlayStyle style) {
var overlay = BarcodeBatchBasicOverlay._(barcodeBatch, style);
overlay.view = view;
return overlay;
}