withTickGap method

GaugeScaleStyle withTickGap(
  1. double value
)

Replaces GaugeScaleStyle.tickGap with value.

Implementation

GaugeScaleStyle withTickGap(double value) => copyWith(tickGap: value);