cameraOverlayColor property

  1. @JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? cameraOverlayColor
getter/setter pair

Background color outside of the finder window.

Implementation

@JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? cameraOverlayColor;