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