polygonColor property
The color of the polygon in the selection overlay.
Implementation
@JsonKey(toJson: toColorString)
Color? polygonColor = Colors.white;
The color of the polygon in the selection overlay.
@JsonKey(toJson: toColorString)
Color? polygonColor = Colors.white;