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