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