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