BaseChartPainter constructor
const
BaseChartPainter({
- required ChartTheme theme,
- required List<
ChartDataSet> dataSets, - bool showGrid = true,
- bool showAxis = true,
- bool showLabel = true,
Implementation
const BaseChartPainter({
required this.theme,
required this.dataSets,
this.showGrid = true,
this.showAxis = true,
this.showLabel = true,
});