withLayoutMode method
- BarLayoutMode value
Replaces BarChartSeries.layoutMode with value.
Implementation
BarChartSeries withLayoutMode(BarLayoutMode value) =>
copyWith(layoutMode: value);
Replaces BarChartSeries.layoutMode with value.
BarChartSeries withLayoutMode(BarLayoutMode value) =>
copyWith(layoutMode: value);