withoutBackgroundColor method

CartesianValueSummaryStyle withoutBackgroundColor()

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

Implementation

CartesianValueSummaryStyle withoutBackgroundColor() =>
    copyWith(backgroundColor: const ChartStyleValue<Color>.none());