GeoJsonStyleDefaults constructor
const
GeoJsonStyleDefaults({})
Implementation
const GeoJsonStyleDefaults({
this.markerColor = const Color(0xff7e7e7e),
this.markerSize = 'medium',
this.strokeColor = const Color(0xff555555),
this.strokeOpacity = 1.0,
this.strokeWidth = 2.0,
this.fillColor = const Color(0xff555555),
this.fillOpacity = 0.6,
});