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