withShowValue method

GaugeCenterConfig withShowValue(
  1. bool value
)

Replaces GaugeCenterConfig.showValue with value.

Implementation

GaugeCenterConfig withShowValue(bool value) => copyWith(showValue: value);