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