CameraController constructor
CameraController(
- CameraDescription description,
- ResolutionPreset resolutionPreset, {
- bool enableAudio = true,
- bool autoFocusEnabled = true,
- FlashMode flashMode = FlashMode.off,
- dynamic enableAutoExposure = true,
Implementation
CameraController(this.description,
this.resolutionPreset, {
this.enableAudio = true,
this.autoFocusEnabled = true,
this.flashMode = FlashMode.off,
this.enableAutoExposure = true
}) : super(const CameraValue.uninitialized());