withTargetValues method

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

Replaces BarChartSeries.targetValues with value.

Implementation

BarChartSeries withTargetValues(List<double?> value) =>
    copyWith(targetValues: value);