CameraScreen constructor

const CameraScreen({
  1. bool allowGallery = true,
  2. dynamic onImageCaptured(
    1. File
    )?,
})

Implementation

const CameraScreen({
  this.allowGallery = true,
  this.onImageCaptured,
});