withoutShadow method
Suppresses CartesianValueSummaryStyle.shadow — renders nothing and does not inherit the theme value.
Implementation
CartesianValueSummaryStyle withoutShadow() =>
copyWith(shadow: const ChartStyleValue<BoxShadow>.none());
Suppresses CartesianValueSummaryStyle.shadow — renders nothing and does not inherit the theme value.
CartesianValueSummaryStyle withoutShadow() =>
copyWith(shadow: const ChartStyleValue<BoxShadow>.none());