polygonColor property

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

The color of the polygon in the selection overlay.

Implementation

@JsonKey(toJson: toColorString)
Color? polygonColor;