withShow method
- bool value
Replaces DataPointLabelConfig.show with value.
Implementation
DataPointLabelConfig withShow(bool value) => copyWith(show: value);
Replaces DataPointLabelConfig.show with value.
DataPointLabelConfig withShow(bool value) => copyWith(show: value);