withValueStyle method

GaugeCenterConfig withValueStyle(
  1. PolarLabelStyle value
)

Replaces GaugeCenterConfig.valueStyle with value.

Implementation

GaugeCenterConfig withValueStyle(PolarLabelStyle value) =>
    copyWith(valueStyle: value);