cameraBackgroundColor property

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

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;