cameraOverlayColor property

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

Background color of the detection overlay.

Implementation

@JsonKey(toJson: toColorString)

///Background color of the detection overlay.
Color? cameraOverlayColor;