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