withShowPanel method
- bool value
Replaces RadialBarDataLabelConfig.showPanel with value.
Implementation
RadialBarDataLabelConfig withShowPanel(bool value) =>
copyWith(showPanel: value);
Replaces RadialBarDataLabelConfig.showPanel with value.
RadialBarDataLabelConfig withShowPanel(bool value) =>
copyWith(showPanel: value);