withThresholds method
- List<
RadialBarThreshold> value
Replaces RadialBarChartConfig.thresholds with value.
Implementation
RadialBarChartConfig withThresholds(List<RadialBarThreshold> value) =>
copyWith(thresholds: value);
Replaces RadialBarChartConfig.thresholds with value.
RadialBarChartConfig withThresholds(List<RadialBarThreshold> value) =>
copyWith(thresholds: value);