Colton Idle
04/20/2026, 5:43 PMColumn {
Text
Spacer(weight(1f)) <=== always show a spacer unless text is too big, then scroll
Button()
}
to always show the spacer UNLESS the text is too long/font size is too big? So if it's too large then it should scroll. BoxWithConstraints was the only solution I found, but I know BWC is typically "frowned" upon.shikasd
04/20/2026, 7:11 PMAlex Vanyo
04/20/2026, 7:58 PMfillMaxHeight() on the column Column before the verticalScroll() not work?Colton Idle
04/20/2026, 9:06 PMColton Idle
04/20/2026, 9:21 PMColton Idle
04/20/2026, 11:18 PM