withErrorLowerValues method

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

Replaces BarChartSeries.errorLowerValues with value.

Implementation

BarChartSeries withErrorLowerValues(List<double?> value) =>
    copyWith(errorLowerValues: value);