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