CameraView constructor

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

Implementation

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