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