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