withoutShadow method

CartesianValueSummaryStyle withoutShadow()

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

Implementation

CartesianValueSummaryStyle withoutShadow() =>
    copyWith(shadow: const ChartStyleValue<BoxShadow>.none());