iam trying to add a listview to another ListView.Builder
and i have a lot of data to display in it and every ListView have More than 5 Horizontal ListViews
the problem that to add a listview to Another i have to make it
shrinkWrap: true,
physics: NeverScrollableScrollPhysics()
the problem that this gonna make the performance so heavy so is there any way to handle its Performance
thank you