withBorderWidth method
- double value
Replaces GaugeZoneStyle.borderWidth with value.
Implementation
GaugeZoneStyle withBorderWidth(double value) => copyWith(borderWidth: value);
Replaces GaugeZoneStyle.borderWidth with value.
GaugeZoneStyle withBorderWidth(double value) => copyWith(borderWidth: value);