polygonColor property

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

The color of the polygon in the selection overlay.

Implementation

@JsonKey(toJson: toArgbString)
Color? polygonColor = Colors.white;