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