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