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