withTextStyle method
- PolarLabelStyle value
Replaces RadialBarCategoryLabelConfig.textStyle with value.
Implementation
RadialBarCategoryLabelConfig withTextStyle(PolarLabelStyle value) =>
copyWith(textStyle: value);
Replaces RadialBarCategoryLabelConfig.textStyle with value.
RadialBarCategoryLabelConfig withTextStyle(PolarLabelStyle value) =>
copyWith(textStyle: value);