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