S360fGaugeChart constructor
const
S360fGaugeChart({})
Implementation
const S360fGaugeChart({
required this.value,
required this.maxValue,
required this.status,
required this.rangeColors,
required this.rangeValues,
this.size = 180,
this.strokeWidth = 12,
super.key,
}) : assert(
rangeColors.length == rangeValues.length - 1,
'''Number of range colors must be one less than the number of range values''',
);