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