SimpleMarkerSymbol constructor
const
SimpleMarkerSymbol({})
Implementation
const SimpleMarkerSymbol({
required this.color,
this.colorOpacity = 1,
required this.outlineColor,
this.outlineColorOpacity = 1,
this.outlineWidth = 2,
this.radius = 4,
});