CameraView constructor

const CameraView({
  1. Key? key,
  2. Duration? videoDuration,
  3. ResolutionPreset? resolutionPreset,
  4. ImageFormatGroup? imageFormatGroup,
  5. bool saveImage = true,
})

Implementation

const CameraView({
  Key? key,
  this.videoDuration,
  this.resolutionPreset,
  this.imageFormatGroup,
  this.saveImage = true,
}) : super(key: key);