📅  最后修改于: 2022-03-11 14:59:57.177000             🧑  作者: Mango
SingleChildScrollView(
child: ConstrainedBox(
constraints: BoxConstraints(
height: MediaQuery.of(context).size.height,
),
child: Container(
//contents of container
),
),
),