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