cameraOverlayColor property
- @JsonKey(toJson: toColorString)
getter/setter pair
Background color outside of the finder window.
Implementation
@JsonKey(toJson: toColorString)
/// Background color outside of the finder window.
Color? cameraOverlayColor;