URadarChart constructor
const
URadarChart({
- required List<
UChartSeries> series, - required List<
String> axes, - Key? key,
- String? title,
- bool filled = true,
- UChartStyle style = const UChartStyle(),
- double height = 280,
Implementation
const URadarChart({
required this.series,
required this.axes,
super.key,
this.title,
this.filled = true,
this.style = const UChartStyle(),
this.height = 280,
});