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