cameraBackgroundColor property

  1. @JsonKey(toJson: toColorString)
Color? cameraBackgroundColor
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;