MapBubbleSettings constructor
const
MapBubbleSettings({})
Creates a MapBubbleSettings.
Implementation
const MapBubbleSettings({
this.minRadius = 10.0,
this.maxRadius = 50.0,
this.color,
this.strokeWidth,
this.strokeColor,
});