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