fieldConfidenceLowColor property

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

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

Implementation

@JsonKey(toJson: toColorString)

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