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