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