I currently developing a product page of a website. While, I was working on it. I used expanded w widget to split the section of image and product detail viewing. the image section and detail section are wrapped inside the row widget with mainAxis.min Here is the code ,i couldn’t give the full code but i have attached a link for reference.
link:code link
My problem is that cannot have space beyond my screen height and whenever I try to add space multiplying the height MediaQuery value by integer in one expanded widget, the another expanded also take it height in its own way without specifying. I am also worried it would collapse the widget tree. can somebody help me with this?