withMetricStyle method
- PolarLabelStyle value
Replaces GaugeCenterConfig.metricStyle with value.
Implementation
GaugeCenterConfig withMetricStyle(PolarLabelStyle value) =>
copyWith(metricStyle: value);
Replaces GaugeCenterConfig.metricStyle with value.
GaugeCenterConfig withMetricStyle(PolarLabelStyle value) =>
copyWith(metricStyle: value);