XCameraValue class
Constructors
-
XCameraValue({CameraDescription? cameraDescription, List<
CameraDescription> cameras = const [], CameraType cameraType = CameraType.normal, FlashMode flashMode = FlashMode.off, bool isTakingPicture = false, CameraException? error}) -
const
Properties
- cameraDescription → CameraDescription?
-
final
-
cameras
→ List<
CameraDescription> -
final
- cameraType → CameraType
-
final
- error → CameraException?
-
final
- flashMode → FlashMode
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hideCameraFlashButton → bool
-
no setter
- isTakingPicture → bool
-
final
- lensDirection → CameraLensDirection
-
no setter
- oppositeLensDirection → CameraLensDirection
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{CameraDescription? cameraDescription, List< CameraDescription> ? cameras, CameraType? cameraType, FlashMode? flashMode, bool? isTakingPicture, CameraException? error}) → XCameraValue -
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