inheritRowGap method

CartesianValueSummaryStyle inheritRowGap()

Resets CartesianValueSummaryStyle.rowGap to theme inheritance.

Implementation

CartesianValueSummaryStyle inheritRowGap() =>
    copyWith(rowGap: const ChartStyleValue<double>.inherit());