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