withWidthBounds method
Replaces BarChartSeries.maxWidth and BarChartSeries.minWidth together.
The parameters are assert-coupled, so they only move as a pair.
Implementation
BarChartSeries withWidthBounds(double maxWidth, double minWidth) =>
copyWith(maxWidth: maxWidth, minWidth: minWidth);