withShow method

DataPointLabelConfig withShow(
  1. bool value
)

Replaces DataPointLabelConfig.show with value.

Implementation

DataPointLabelConfig withShow(bool value) => copyWith(show: value);