MapSvgIcon constructor
MapSvgIcon({})
Implementation
MapSvgIcon({
required this.path,
Point? anchor,
Point? labelOrigin,
this.fillColor = Colors.black,
this.fillOpacity = 1,
this.strokeColor = Colors.black,
this.strokeOpacity = 1,
this.strokeWeight = 1,
this.scale = 1,
this.rotation = 0,
}) : super(anchor, labelOrigin);