withRangeStartValues method

BarChartSeries withRangeStartValues(
  1. List<double?> value
)

Replaces BarChartSeries.rangeStartValues with value.

Implementation

BarChartSeries withRangeStartValues(List<double?> value) =>
    copyWith(rangeStartValues: value);