polygonColor property

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

The color of the detected document outline when the document's angle, size or aspect ratio is not yet sufficiently good. (All detection statuses in net.doo.snap.lib.detector.DetectionResult that have the OK_BUT_XXX prefix).

Implementation

@JsonKey(toJson: toColorString)

/// The color of the detected document outline when the document's angle, size or aspect ratio is not yet sufficiently good. (All detection statuses in net.doo.snap.lib.detector.DetectionResult that have the OK_BUT_XXX prefix).
Color? polygonColor;