withPanelStyle method

RadialBarCategoryLabelConfig withPanelStyle(
  1. LabelStyle value
)

Replaces RadialBarCategoryLabelConfig.panelStyle with value.

Implementation

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