withShowTarget method

GaugeCenterConfig withShowTarget(
  1. bool value
)

Replaces GaugeCenterConfig.showTarget with value.

Implementation

GaugeCenterConfig withShowTarget(bool value) => copyWith(showTarget: value);