GeoStyle constructor
GeoStyle({
- String? id,
- LineStyle? lineStyle,
- PolyStyle? polyStyle,
- IconStyle? iconStyle,
- LabelStyle? labelStyle,
- BalloonStyle? balloonStyle,
Implementation
GeoStyle({
this.id,
this.lineStyle,
this.polyStyle,
this.iconStyle,
this.labelStyle,
this.balloonStyle,
// this.listStyle,
});