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