leaflet constant
GeoJsonStyleDefaults
const leaflet
Defaults as defined in the Leaflet library. Colors are blue, strokes are 3 pixels wide, and the default fill opacity is very faint, 0.2.
Implementation
static const leaflet = GeoJsonStyleDefaults(
strokeColor: Color(0xff3388ff),
strokeOpacity: 1.0,
strokeWidth: 3,
fillColor: Color(0xff3388ff),
fillOpacity: 0.2,
);