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