PreviewState constructor

const PreviewState({
  1. Result? result,
  2. bool processing = false,
  3. bool initialized = false,
  4. TypeScan typeScan = TypeScan.live,
  5. TypeCamera typeCamera = TypeCamera.back,
})

Implementation

const PreviewState({
  this.result,
  this.processing = false,
  this.initialized = false,
  this.typeScan = TypeScan.live,
  this.typeCamera = TypeCamera.back,
});