withThresholds method

GaugeChartSeries withThresholds(
  1. List<GaugeThreshold> value
)

Replaces GaugeChartSeries.thresholds with value.

Implementation

GaugeChartSeries withThresholds(List<GaugeThreshold> value) =>
    copyWith(thresholds: value);