withLabel method
- String value
Replaces RadialBarThreshold.label with value.
Implementation
RadialBarThreshold withLabel(String value) => copyWith(label: value);
Replaces RadialBarThreshold.label with value.
RadialBarThreshold withLabel(String value) => copyWith(label: value);