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