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