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