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