withMarkerGap method

DataPointLabelConfig withMarkerGap(
  1. double value
)

Replaces DataPointLabelConfig.markerGap with value.

Implementation

DataPointLabelConfig withMarkerGap(double value) =>
    copyWith(markerGap: value);