ChartTheme constructor
const
ChartTheme({})
Implementation
const ChartTheme({
required this.backgroundColor,
required this.textColor,
required this.gridColor,
required this.axisColor,
required this.gradientColors,
this.shadowElevation = 4.0,
this.borderRadius = 16.0,
this.showGrid = true,
this.showAxis = true,
this.showLegend = true,
this.showTooltip = true,
});