fieldConfidenceModerateColor property

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

Color of confidence value label background in details screen, when the field confidence level is moderate.

Implementation

@JsonKey(toJson: toColorString)

///Color of confidence value label background in details screen, when the field confidence level is moderate.
Color? fieldConfidenceModerateColor;