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