withoutTextStyle method

CartesianValueSummaryStyle withoutTextStyle()

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

Implementation

CartesianValueSummaryStyle withoutTextStyle() =>
    copyWith(textStyle: const ChartStyleValue<TextStyle>.none());