withoutRowGap method
Suppresses CartesianValueSummaryStyle.rowGap — renders nothing and does not inherit the theme value.
Implementation
CartesianValueSummaryStyle withoutRowGap() =>
copyWith(rowGap: const ChartStyleValue<double>.none());
Suppresses CartesianValueSummaryStyle.rowGap — renders nothing and does not inherit the theme value.
CartesianValueSummaryStyle withoutRowGap() =>
copyWith(rowGap: const ChartStyleValue<double>.none());