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