withoutLabelValueGap method

CartesianValueSummaryStyle withoutLabelValueGap()

Suppresses CartesianValueSummaryStyle.labelValueGap — renders nothing and does not inherit the theme value.

Implementation

CartesianValueSummaryStyle withoutLabelValueGap() =>
    copyWith(labelValueGap: const ChartStyleValue<double>.none());