withValue method
- double value
Replaces RadialBarThreshold.value with value.
Implementation
RadialBarThreshold withValue(double value) => copyWith(value: value);
Replaces RadialBarThreshold.value with value.
RadialBarThreshold withValue(double value) => copyWith(value: value);