inheritBackgroundColor method

CartesianValueSummaryStyle inheritBackgroundColor()

Resets CartesianValueSummaryStyle.backgroundColor to theme inheritance.

Implementation

CartesianValueSummaryStyle inheritBackgroundColor() =>
    copyWith(backgroundColor: const ChartStyleValue<Color>.inherit());