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