cameraBackgroundColor property

  1. @JsonKey(toJson: toColorString)
Color? cameraBackgroundColor
getter/setter pair

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;