toLayout method

BarChartLayout toLayout()

Resolved values for chart widgets at render time.

Implementation

BarChartLayout toLayout() => BarChartLayout(
  height: height,
  emptyMaxY: emptyMaxY,
  maxYPaddingFactor: maxYPaddingFactor,
  barWidth: barWidth,
  barsSpace: barsSpace,
  barBorderRadius: barBorderRadius,
  stackedBarBorderRadius: stackedBarBorderRadius,
  alignment: alignment,
  categoryAxisReservedSize: categoryAxisReservedSize,
  categoryLabelFontSize: categoryLabelFontSize,
  showCategoryTitles: showCategoryTitles,
);