InteractiveSpiderChart constructor
const
InteractiveSpiderChart({})
Implementation
const InteractiveSpiderChart({
super.key,
List<String>? labels,
List<double?>? data,
this.maxValue = 100,
this.theme = const SpiderChartThemeData(),
this.showLabels = true,
this.initialSelectedIndex,
this.size = const Size(350, 350),
}) : labels = labels ?? const [],
data = data ?? const [];