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