withShowValue method
- bool value
Replaces GaugeCenterConfig.showValue with value.
Implementation
GaugeCenterConfig withShowValue(bool value) => copyWith(showValue: value);
Replaces GaugeCenterConfig.showValue with value.
GaugeCenterConfig withShowValue(bool value) => copyWith(showValue: value);