ChartWidgetData constructor
const
ChartWidgetData({})
Implementation
const ChartWidgetData({
super.heading,
this.description,
required this.chartType,
required this.labels,
required this.datasets,
});
const ChartWidgetData({
super.heading,
this.description,
required this.chartType,
required this.labels,
required this.datasets,
});