withTargetStyle method

GaugeCenterConfig withTargetStyle(
  1. PolarLabelStyle value
)

Replaces GaugeCenterConfig.targetStyle with value.

Implementation

GaugeCenterConfig withTargetStyle(PolarLabelStyle value) =>
    copyWith(targetStyle: value);