withLabelPosition method

GaugeScaleStyle withLabelPosition(
  1. GaugeScaleLabelPosition value
)

Replaces GaugeScaleStyle.labelPosition with value.

Implementation

GaugeScaleStyle withLabelPosition(GaugeScaleLabelPosition value) =>
    copyWith(labelPosition: value);