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