withLabelMaxWidth method
- double value
Replaces GaugeScaleStyle.labelMaxWidth with value.
Implementation
GaugeScaleStyle withLabelMaxWidth(double value) =>
copyWith(labelMaxWidth: value);
Replaces GaugeScaleStyle.labelMaxWidth with value.
GaugeScaleStyle withLabelMaxWidth(double value) =>
copyWith(labelMaxWidth: value);