BarChartLayoutSection constructor
const
BarChartLayoutSection({
- required double height,
- required double emptyMaxY,
- required double maxYPaddingFactor,
- required double barWidth,
- required double barsSpace,
- required double barBorderRadius,
- required double stackedBarBorderRadius,
- required BarChartAlignmentToken alignment,
- required double categoryAxisReservedSize,
- required double categoryLabelFontSize,
- 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,
});