GeoPolygon constructor
GeoPolygon({})
Implementation
GeoPolygon({
required this.name,
this.description,
this.isDotted = false,
required this.points,
required this.color,
required this.borderColor,
});
GeoPolygon({
required this.name,
this.description,
this.isDotted = false,
required this.points,
required this.color,
required this.borderColor,
});