const SimpleRadarAxis({ required this.label, this.minValue = 0, this.maxValue = 100, }) : assert(minValue != maxValue);