I want to design a page where multiple listview builders are used horiz.
Can anyone suggest me the better way or using the nested effect the performance of the app.
This is the desired design i want to make
you can use slivers for performance to work with multiple listview builders https://docs.flutter.dev/ui/layout/scrolling/slivers
for more detail