CustomizedViewRequest constructor

CustomizedViewRequest({
  1. int? scanType,
  2. List<int>? additionalScanTypes,
  3. int? rectHeight = 240,
  4. int? rectWidth = 240,
  5. bool? flashOnLightChange = false,
  6. bool? isFlashAvailable = false,
  7. bool? isGalleryAvailable = true,
  8. bool? continuouslyScan = true,
  9. bool? enableReturnBitmap = false,
  10. CustomizedCameraListener? customizedCameraListener,
  11. CustomizedLifeCycleListener? customizedLifeCycleListener,
})

Implementation

CustomizedViewRequest({
  this.scanType,
  this.additionalScanTypes,
  this.rectHeight = 240,
  this.rectWidth = 240,
  this.flashOnLightChange = false,
  this.isFlashAvailable = false,
  this.isGalleryAvailable = true,
  this.continuouslyScan = true,
  this.enableReturnBitmap = false,
  this.customizedCameraListener,
  this.customizedLifeCycleListener,
});