BarChartPainter constructor
BarChartPainter({})
Implementation
BarChartPainter({
required this.bars,
required this.labels,
required this.barColor,
required this.axisLineColor,
required this.barGap,
});
BarChartPainter({
required this.bars,
required this.labels,
required this.barColor,
required this.axisLineColor,
required this.barGap,
});