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