autoHeightAdjustment property
Whether to automatically adjust the chart's height to accommodate the score bubble when it appears at the bottom.
If true (default), the chart will expand its height (and push sibling widgets down) if the bubble overflows the bottom edge. If false, the chart height remains fixed, and the bubble may be clipped or overlap other widgets depending on layout.
Implementation
final bool autoHeightAdjustment;