CarPainter constructor

const CarPainter({
  1. required Color carColor,
})

Implementation

const CarPainter({required this.carColor});