So I have an a ```Column``` with two ```Expanded``...
# flutter-devšŸ”„
q
So I have an a
Copy code
Column
with two
Copy code
Expanded
with 2 and 3 as their flex respectively. In the first
Copy code
Expanded
I'd like to have a
Copy code
SizedBox
of height 200 for instance but it's not working. This is because I already have an Expanded (Dynamic height) as the parent (of the SizedBox) already. Is there a workaround for this please? @User