withoutRowGap method

CartesianValueSummaryStyle withoutRowGap()

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

Implementation

CartesianValueSummaryStyle withoutRowGap() =>
    copyWith(rowGap: const ChartStyleValue<double>.none());