withMarkerGap method
- double value
Replaces DataPointLabelConfig.markerGap with value.
Implementation
DataPointLabelConfig withMarkerGap(double value) =>
copyWith(markerGap: value);
Replaces DataPointLabelConfig.markerGap with value.
DataPointLabelConfig withMarkerGap(double value) =>
copyWith(markerGap: value);