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