withLabelOffset method

GaugeReferenceStyle withLabelOffset(
  1. double value
)

Replaces GaugeReferenceStyle.labelOffset with value.

Implementation

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