cameraOverlayColor property

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

Background color of the detection overlay.

Implementation

@JsonKey(toJson: toColorString)

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