In a column or any widget, when i am trying to use listview.builder it don't execute the code. But when i bundle listview.builder in expanded widget it successfully run. Why it runs in expanded widget not another widget?
in the 1st image Without expand and using shrinkwrap: true my output is like that, but why?
In the 2nd image when I am wrapping my listview.builder in expanded widget it runs successfully, why?