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