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