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