inheritRowGap method
Resets CartesianValueSummaryStyle.rowGap to theme inheritance.
Implementation
CartesianValueSummaryStyle inheritRowGap() =>
copyWith(rowGap: const ChartStyleValue<double>.inherit());
Resets CartesianValueSummaryStyle.rowGap to theme inheritance.
CartesianValueSummaryStyle inheritRowGap() =>
copyWith(rowGap: const ChartStyleValue<double>.inherit());