SpiderChart constructor
const
SpiderChart({})
Implementation
const SpiderChart({
super.key,
List<String>? labels,
List<double?>? data,
this.maxValue = 100,
this.theme = const SpiderChartThemeData(),
this.onLabelTap,
this.showLabels = true,
this.selectedIndex,
this.rotationAngle = 0.0,
}) : labels = labels ?? const [],
data = data ?? const [];