inheritBackgroundColor method
Resets CartesianValueSummaryStyle.backgroundColor to theme inheritance.
Implementation
CartesianValueSummaryStyle inheritBackgroundColor() =>
copyWith(backgroundColor: const ChartStyleValue<Color>.inherit());
Resets CartesianValueSummaryStyle.backgroundColor to theme inheritance.
CartesianValueSummaryStyle inheritBackgroundColor() =>
copyWith(backgroundColor: const ChartStyleValue<Color>.inherit());