RadarChart constructor
const
RadarChart({
- Key? key,
- required ChartConfig config,
- ChartWidgetController? controller,
- ChartTheme? theme,
Implementation
const RadarChart({super.key, required this.config,
this.controller, this.theme});