withThresholds method

PolarChartConfig withThresholds(
  1. List<PolarThreshold> value
)

Replaces PolarChartConfig.thresholds with value.

Implementation

PolarChartConfig withThresholds(List<PolarThreshold> value) =>
    copyWith(thresholds: value);