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