withoutAccentColor method

CartesianValueSummaryStyle withoutAccentColor()

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

Implementation

CartesianValueSummaryStyle withoutAccentColor() =>
    copyWith(accentColor: const ChartStyleValue<Color>.none());