Question: How to make column scrollable when Listview is one of its child
When I launch the web page in test mode it shows the entire subscription tile:
Pricing tile - You can see the pricing tile on top
Description Tile - you can see it at Bottom
When I launch the web publish my app it trucated subscription tile:
Pricing tile - You Cannot see the pricing tile on top
Description Tile - Half the description can be seen at Bottom
Basically the ListView has been truncated
Link to web published app: https://aisqlgeneratorlemonslow.flutterflow.app/
Below is my structure of the page, i have tried making column as scrollable but it caused a breaking crash
How do i make the Web published version of app look the same as like in Test mode?