RadarDimension constructor
const
RadarDimension({})
Implementation
const RadarDimension({
required this.name,
required this.max,
this.titleStyle = const TextStyle(fontSize: 12, color: Colors.black87),
this.scoreStyle = const TextStyle(fontSize: 12, color: Colors.black),
this.labelBgColor,
});