Hi FlutterFlow enthusiasts,
I'm currently working on a project where I'm facing a challenge with layout design. I have a Column widget that contains a custom widget (Details) which dynamically changes in height based on its content and user data. This causes the overall height of the Details widget to be undefined and vary. I currently have its width and height set to 'inf' and the container wrapping it does not have a height specified.
I need the Column to be scrollable to accommodate the variable height of the Details widget, ensuring that all content is accessible regardless of the amount of data displayed.