cameraOverlayColor property

  1. @JsonKey(toJson: toColorString)
Color? cameraOverlayColor
read / write

Background color outside of the finder window.

Implementation

@JsonKey(toJson: toColorString)

/// Background color outside of the finder window.
Color? cameraOverlayColor;