withoutBorderWidth method

CartesianValueSummaryStyle withoutBorderWidth()

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

Implementation

CartesianValueSummaryStyle withoutBorderWidth() =>
    copyWith(borderWidth: const ChartStyleValue<double>.none());