I have an indexed stack. First child widget has half the content that the second child widget has, but the first child widget's height is the same as the second child widget. This seems to be the expected result due to the design but its annoying because when I scroll on the first child widget, there is a bunch of extra space at the bottom. How can I work around this?
Why did the Flutter team even design it like this? Why not give the widget children the height according the the widgets, not according to whatever the largest child is?