MapMarkerInfoPainter constructor
const
MapMarkerInfoPainter({
- Listenable? repaint,
- required Color color,
Implementation
const MapMarkerInfoPainter({
super.repaint,
required this.color,
});