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