withThresholds method

RadialBarChartConfig withThresholds(
  1. List<RadialBarThreshold> value
)

Replaces RadialBarChartConfig.thresholds with value.

Implementation

RadialBarChartConfig withThresholds(List<RadialBarThreshold> value) =>
    copyWith(thresholds: value);