withTextStyle method

RadialBarCategoryLabelConfig withTextStyle(
  1. PolarLabelStyle value
)

Replaces RadialBarCategoryLabelConfig.textStyle with value.

Implementation

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