withShowPanel method

RadialBarDataLabelConfig withShowPanel(
  1. bool value
)

Replaces RadialBarDataLabelConfig.showPanel with value.

Implementation

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