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