withLabelOffset method

GaugeScaleStyle withLabelOffset(
  1. double value
)

Replaces GaugeScaleStyle.labelOffset with value.

Implementation

GaugeScaleStyle withLabelOffset(double value) => copyWith(labelOffset: value);