BarChartLayoutSection constructor

const BarChartLayoutSection({
  1. required double height,
  2. required double emptyMaxY,
  3. required double maxYPaddingFactor,
  4. required double barWidth,
  5. required double barsSpace,
  6. required double barBorderRadius,
  7. required double stackedBarBorderRadius,
  8. required BarChartAlignmentToken alignment,
  9. required double categoryAxisReservedSize,
  10. required double categoryLabelFontSize,
  11. required bool showCategoryTitles,
})

HostConfig overrides for bar chart layout.

Implementation

const BarChartLayoutSection({
  required this.height,
  required this.emptyMaxY,
  required this.maxYPaddingFactor,
  required this.barWidth,
  required this.barsSpace,
  required this.barBorderRadius,
  required this.stackedBarBorderRadius,
  required this.alignment,
  required this.categoryAxisReservedSize,
  required this.categoryLabelFontSize,
  required this.showCategoryTitles,
});