withMinBarLength method

BarChartSeries withMinBarLength(
  1. double value
)

Replaces BarChartSeries.minBarLength with value.

Implementation

BarChartSeries withMinBarLength(double value) =>
    copyWith(minBarLength: value);