cameraBackgroundColor property
- @JsonKey(toJson: toColorString)
read / write
The color of the camera background (relevant only when the camera preview mode is CameraPreviewMode.FIT_IN).
Implementation
@JsonKey(toJson: toColorString)
///The color of the camera background (relevant only when the camera preview mode is CameraPreviewMode.FIT_IN).
Color? cameraBackgroundColor;