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