Use the listview in the Column Use the listview in the Column
We need to add the following two lines of code
child: ListView.builder( scrollDirection: Axis.vertical, shrinkWrap: true, physics: NeverScrollableScrollPhysics(),

Use the listview in the Column Use the listview in the Column
We need to add the following two lines of code
child: ListView.builder( scrollDirection: Axis.vertical, shrinkWrap: true, physics: NeverScrollableScrollPhysics(),
