withMetricStyle method

GaugeCenterConfig withMetricStyle(
  1. PolarLabelStyle value
)

Replaces GaugeCenterConfig.metricStyle with value.

Implementation

GaugeCenterConfig withMetricStyle(PolarLabelStyle value) =>
    copyWith(metricStyle: value);