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