withPanelStyle method
- LabelStyle value
Replaces RadialBarCategoryLabelConfig.panelStyle with value.
Implementation
RadialBarCategoryLabelConfig withPanelStyle(LabelStyle value) =>
copyWith(panelStyle: value);
Replaces RadialBarCategoryLabelConfig.panelStyle with value.
RadialBarCategoryLabelConfig withPanelStyle(LabelStyle value) =>
copyWith(panelStyle: value);