withWaterfallStyle method

BarChartSeries withWaterfallStyle(
  1. BarWaterfallStyle value
)

Replaces BarChartSeries.waterfallStyle with value.

Implementation

BarChartSeries withWaterfallStyle(BarWaterfallStyle value) =>
    copyWith(waterfallStyle: value);