Vertical viewport was given unbounded height

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(),

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注