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