ActionValue class

Constructors

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})

Properties

cameraDescription → CameraDescription?
final
cameras List<CameraDescription>
final
cameraType CameraType
final
enableAudio bool
final
flashMode → FlashMode
final
hashCode int
The hash code for this object.
no setterinherited
hideCameraCloseButton bool
no setter
hideCameraFlashButton bool
no setter
hideCameraFooter bool
no setter
hideCameraGalleryButton bool
no setter
hideCameraRotationButton bool
no setter
hideCameraShutterButton bool
no setter
imageFormatGroup → ImageFormatGroup
final
isPlaygroundActive bool
final
isRecordingPaused bool
final
isRecordingVideo bool
final
isTakingPicture bool
final
lensDirection → CameraLensDirection
no setter
oppositeLensDirection → CameraLensDirection
no setter
resolutionPreset → ResolutionPreset
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({CameraDescription? cameraDescription, List<CameraDescription>? cameras, CameraType? cameraType, bool? enableAudio, FlashMode? flashMode, bool? isTakingPicture, bool? isRecordingVideo, bool? isRecordingPaused, bool? isPlaygroundActive}) ActionValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited