polygonBackgroundColor property

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

Background color of the detected document's outline when the document's angle, size or aspect ratio is not yet sufficiently good. (All net.doo.snap.lib.detector.DetectionResult with OK_BUT_XXX.)

Implementation

@JsonKey(toJson: toColorString)

/// Background color of the detected document's outline when the document's angle, size or aspect ratio is not yet sufficiently good. (All net.doo.snap.lib.detector.DetectionResult with OK_BUT_XXX.)
Color? polygonBackgroundColor;