CameraView constructor

const CameraView({
  1. Key? key,
  2. CamController? controller,
  3. CameraSetting? setting,
  4. EditorSetting? editorSetting,
  5. EditorSetting? photoEditorSetting,
})

Implementation

const CameraView({
  super.key,
  this.controller,
  this.setting,
  this.editorSetting,
  this.photoEditorSetting,
});