polygonColorOK property

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

Color of the detected document's outline when ready to snap.

Implementation

@JsonKey(toJson: toColorString)

/// Color of the detected document's outline when ready to snap.
Color? polygonColorOK;