I’ve been working on this issue for a few hours and I might just be missing something very simple.
I have a Column
widget that will (at most) have 3 IconButtonRow
widgets (a custom widget I made). The only issue with the way that I had it set up previously was that these IconButtonRow
s could have different heights, resulting in the “grid” that I’m creating to look a bit ugly (see how green row is shorter than red row)
I’ve been trying to use IntrinsicHeight
and wrap the outermost Column
with that in order to basically say: “get the height of the tallest IconButtonRow
and ensure that all the other IconButtonRow
s are that height as well to no avail. First image below shows the widget tree as it currently stands, the second and third shows proof of the two rows having different heights.