autoSnapProgressColor property

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

Stroke color of the polygon or the finder's auto-snap progress animation. Default is green. Can't be nil.

Implementation

@JsonKey(toJson: toColorString)

/// Stroke color of the polygon or the finder's auto-snap progress animation. Default is green. Can't be nil.
Color? autoSnapProgressColor;