ActionValue constructor
ActionValue({
- required ResolutionPreset resolutionPreset,
- required ImageFormatGroup imageFormatGroup,
- CameraDescription? cameraDescription,
- List<
CameraDescription> cameras = const [], - bool enableAudio = true,
- CameraType cameraType = CameraType.normal,
- FlashMode flashMode = FlashMode.off,
- bool isTakingPicture = false,
- bool isRecordingVideo = false,
- bool isRecordingPaused = false,
- bool isPlaygroundActive = false,
Implementation
ActionValue({
required this.resolutionPreset,
required this.imageFormatGroup,
this.cameraDescription,
this.cameras = const [],
this.enableAudio = true,
this.cameraType = CameraType.normal,
this.flashMode = FlashMode.off,
this.isTakingPicture = false,
this.isRecordingVideo = false,
this.isRecordingPaused = false,
this.isPlaygroundActive = false,
});