withCategorySpacing method
- double value
Replaces BarChartSeries.categorySpacing with value.
Implementation
BarChartSeries withCategorySpacing(double value) =>
copyWith(categorySpacing: value);
Replaces BarChartSeries.categorySpacing with value.
BarChartSeries withCategorySpacing(double value) =>
copyWith(categorySpacing: value);