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