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