withShowUnit method

DataPointLabelConfig withShowUnit(
  1. bool value
)

Replaces DataPointLabelConfig.showUnit with value.

Implementation

DataPointLabelConfig withShowUnit(bool value) => copyWith(showUnit: value);