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