ListView.builder is not scrolling in flutter

i’m trying to integrate a listView.builder in my UI! First of all, the whole content of the screen is inside a CustomScrollView that has silver widgets inside of it. Everything works pretty fine unless that my listview is not scrolling. Here is the code: class _DashboardScreenState extends State<DashboardScreen> { @override Widget build(BuildContext context) { final… Read More ListView.builder is not scrolling in flutter