withShowPanel method

RadialBarCategoryLabelConfig withShowPanel(
  1. bool value
)

Replaces RadialBarCategoryLabelConfig.showPanel with value.

Implementation

RadialBarCategoryLabelConfig withShowPanel(bool value) =>
    copyWith(showPanel: value);