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