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