polygonColor property

  1. @JsonKey(toJson: toColorString)
Color? polygonColor
read / write

The color of the polygon in the selection overlay.

Implementation

@JsonKey(toJson: toColorString)
Color? polygonColor;