withoutLabelStyle method

CartesianValueSummaryStyle withoutLabelStyle()

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

Implementation

CartesianValueSummaryStyle withoutLabelStyle() =>
    copyWith(labelStyle: const ChartStyleValue<TextStyle>.none());