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