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