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