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