withPanelStyle method

RadialBarDataLabelConfig withPanelStyle(
  1. LabelStyle value
)

Replaces RadialBarDataLabelConfig.panelStyle with value.

Implementation

RadialBarDataLabelConfig withPanelStyle(LabelStyle value) =>
    copyWith(panelStyle: value);