BoxPlotPainter constructor
BoxPlotPainter({})
Implementation
BoxPlotPainter({
required this.data,
this.xAxisLabel,
this.yAxisLabel,
required this.gridColor,
this.textStyle,
required this.showLabels,
required this.showGrid,
required this.boxWidth,
});