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