autoSnapProgressColor property
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;