fieldConfidenceHighColor property
- @JsonKey(toJson: toColorString)
read / write
Color of confidence value label background in details screen, when the field confidence level is high.
Implementation
@JsonKey(toJson: toColorString)
///Color of confidence value label background in details screen, when the field confidence level is high.
Color? fieldConfidenceHighColor;