withWaterfallTotalIndices method
Replaces BarChartSeries.waterfallTotalIndices with value.
Implementation
BarChartSeries withWaterfallTotalIndices(Set<int> value) =>
copyWith(waterfallTotalIndices: value);
Replaces BarChartSeries.waterfallTotalIndices with value.
BarChartSeries withWaterfallTotalIndices(Set<int> value) =>
copyWith(waterfallTotalIndices: value);