inheritShadow method
Resets CartesianValueSummaryStyle.shadow to theme inheritance.
Implementation
CartesianValueSummaryStyle inheritShadow() =>
copyWith(shadow: const ChartStyleValue<BoxShadow>.inherit());
Resets CartesianValueSummaryStyle.shadow to theme inheritance.
CartesianValueSummaryStyle inheritShadow() =>
copyWith(shadow: const ChartStyleValue<BoxShadow>.inherit());