KinChartAxisStyle constructor
const
KinChartAxisStyle({})
Implementation
const KinChartAxisStyle({
this.showYAxisLabels = false,
this.showXAxisLabels = true,
this.yLabelFormatter,
this.xLabelFormatter,
this.yAxisWidth = 40.0,
});