ScreenParameters constructor

ScreenParameters({
  1. Camera? camera,
  2. CameraQuality? cameraQuality,
  3. bool? allowManualUpload,
  4. bool? multipage,
  5. bool? autocapture,
  6. String? title,
  7. String? text,
})

Implementation

ScreenParameters({
  this.camera,
  this.cameraQuality,
  this.allowManualUpload,
  this.multipage,
  this.autocapture,
  this.title,
  this.text,
});