CameraViewField constructor

const CameraViewField({
  1. Key? key,
  2. void onCapture(
    1. LikkEntity entity
    )?,
  3. Widget? child,
  4. Duration? videoDuration,
  5. ImageFormatGroup? imageFormatGroup,
  6. ResolutionPreset? resolutionPreset,
})

Implementation

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