BarcodeBatchAdvancedOverlayWidget constructor

const BarcodeBatchAdvancedOverlayWidget({
  1. Key? key,
  2. double? width,
  3. double? height,
})

Implementation

const BarcodeBatchAdvancedOverlayWidget({
  super.key,
  this.width,
  this.height,
});