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