withTextStyle method

RadialBarDataLabelConfig withTextStyle(
  1. PolarLabelStyle value
)

Replaces RadialBarDataLabelConfig.textStyle with value.

Implementation

RadialBarDataLabelConfig withTextStyle(PolarLabelStyle value) =>
    copyWith(textStyle: value);