GenericCameraConfiguration constructor

GenericCameraConfiguration({
  1. AssetType captureMode = AssetType.photo,
  2. bool canCaptureMultiplePhotos = false,
  3. int cameraPosition = CameraPosition.back,
  4. int cameraPhotoFlash = FlashMode.auto,
  5. int cameraVideoTorch = TorchMode.auto,
})

Implementation

GenericCameraConfiguration({
  this.captureMode = AssetType.photo,
  this.canCaptureMultiplePhotos = false,
  this.cameraPosition = CameraPosition.back,
  this.cameraPhotoFlash = FlashMode.auto,
  this.cameraVideoTorch = TorchMode.auto,
});