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