withWaterfallStyle method
- BarWaterfallStyle value
Replaces BarChartSeries.waterfallStyle with value.
Implementation
BarChartSeries withWaterfallStyle(BarWaterfallStyle value) =>
copyWith(waterfallStyle: value);
Replaces BarChartSeries.waterfallStyle with value.
BarChartSeries withWaterfallStyle(BarWaterfallStyle value) =>
copyWith(waterfallStyle: value);