ChartCompactRow constructor
const
ChartCompactRow({})
Implementation
const ChartCompactRow({
super.key,
required this.title,
required this.score,
required this.labels,
required this.data,
this.onTap,
this.theme = const SpiderChartThemeData(),
this.showTitle = true,
this.showScore = true,
this.showChart = true,
this.showChartLabels = false,
});