polygonBackgroundColorOK property
- @JsonKey(toJson: toColorString)
getter/setter pair
The background color of the detected document outline when we are ready to snap OK.
Implementation
@JsonKey(toJson: toColorString)
/// The background color of the detected document outline when we are ready to snap OK.
Color? polygonBackgroundColorOK;