Flutter: Object was given an infinite size during layout
问题 I'm battling an issue where I'm given the error " Object was given an infinite size during layout " and "This probably means that it is a render object that tries to be as big as possible, but it was put inside another render object that allows its children to pick their own size.". I understand what it means, but not how I can still keep my current widget tree responsive (it renders when running, so for a front-end user there seems to be no problem) while still fixing this issue. Currently I