MapCircleLayer constructor
const
MapCircleLayer({})
Creates the MapCircleLayer.
Implementation
const MapCircleLayer({
Key? key,
required this.circles,
this.animation,
this.color,
this.strokeWidth = 1,
this.strokeColor,
IndexedWidgetBuilder? tooltipBuilder,
}) : _fillType = _VectorFillType.inner,
super(key: key, tooltipBuilder: tooltipBuilder);