polygonColorOK property

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

The color of the detected document outline when we are ready to snap OK.

Implementation

@JsonKey(toJson: toColorString)

/// The color of the detected document outline when we are ready to snap OK.
Color? polygonColorOK;