withGap method

GaugeZoneStyle withGap(
  1. double value
)

Replaces GaugeZoneStyle.gap with value.

Implementation

GaugeZoneStyle withGap(double value) => copyWith(gap: value);