cameraOverlayColor property

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

Background color outside of the finder window.

Implementation

@JsonKey(toJson: toColorString)

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