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