withLabelPosition method
- GaugeScaleLabelPosition value
Replaces GaugeScaleStyle.labelPosition with value.
Implementation
GaugeScaleStyle withLabelPosition(GaugeScaleLabelPosition value) =>
copyWith(labelPosition: value);
Replaces GaugeScaleStyle.labelPosition with value.
GaugeScaleStyle withLabelPosition(GaugeScaleLabelPosition value) =>
copyWith(labelPosition: value);