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