Question:
In my homepage I have a column an a row inside it.And wrap them expanded widget as you can see .Everything is okThis is Homepage
So I tried to use flutter inspector to fix the problem .And this is how its looked like
And this is the Asd screen which has nothing except for one textbox
Answer:
You don’t have to use multiple scaffold on the same page.You can remove scaffold fromAsd
widget.Also, the issue is happening because of infinite height of
Asd
you can provide fixed height on widget.If you have better answer, please add a comment about this, thank you!