withoutBackgroundOpacity method

CartesianValueSummaryStyle withoutBackgroundOpacity()

Suppresses CartesianValueSummaryStyle.backgroundOpacity — renders nothing and does not inherit the theme value.

Implementation

CartesianValueSummaryStyle withoutBackgroundOpacity() =>
    copyWith(backgroundOpacity: const ChartStyleValue<double>.none());