withValue method

RadialBarThreshold withValue(
  1. double value
)

Replaces RadialBarThreshold.value with value.

Implementation

RadialBarThreshold withValue(double value) => copyWith(value: value);