withRangeStartValues method
Replaces BarChartSeries.rangeStartValues with value.
Implementation
BarChartSeries withRangeStartValues(List<double?> value) =>
copyWith(rangeStartValues: value);
Replaces BarChartSeries.rangeStartValues with value.
BarChartSeries withRangeStartValues(List<double?> value) =>
copyWith(rangeStartValues: value);