withoutMaxWidth method

CartesianValueSummaryStyle withoutMaxWidth()

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

Implementation

CartesianValueSummaryStyle withoutMaxWidth() =>
    copyWith(maxWidth: const ChartStyleValue<double>.none());