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