subtle constant

MapStyle const subtle

Subtle preset with thinner lines and smaller pins.

Implementation

static const MapStyle subtle = MapStyle(
  strokeWidth: '0.3',
  pinSize: 5,
  pinGlowIntensity: 0.2,
);