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