NativeCameraView constructor
const
NativeCameraView({
- Key? key,
- required dynamic onControllerCreated(
- CameraController controller
- CameraPreviewFit? cameraPreviewFit,
- bool? isFrontCamera,
- bool? bypassPermissionCheck,
- Widget? loadingWidget,
- CameraResolutionPreset? previewPreset,
- CameraResolutionPreset? capturePreset,
- CameraCaptureMode? captureMode,
Implementation
const NativeCameraView({
super.key,
required this.onControllerCreated,
this.cameraPreviewFit,
this.isFrontCamera,
this.bypassPermissionCheck,
this.loadingWidget,
this.previewPreset,
this.capturePreset,
this.captureMode,
});