polygonBackgroundColorOK property

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

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

Implementation

@JsonKey(toJson: toColorString)

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