HistogramPainter constructor
HistogramPainter({})
Implementation
HistogramPainter({
required this.bins,
this.textStyle,
required this.showValues,
required this.showLabels,
required this.defaultBarColor,
this.xAxisLabel,
this.yAxisLabel,
});