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