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