gpt4 book ai didi

user-interface - AlertDialog 的子容器不覆盖宽度

转载 作者:IT王子 更新时间:2023-10-29 07:16:32 26 4
gpt4 key购买 nike

我想在点击按钮时显示一个弹出窗口。当我尝试使用此 AlertDialog 的自定义设计子 Container 显示 AlertDialog 时,该 AlertDialog 未覆盖整个空间。它有一些来自角落的填充。我是这样实现的:

AlertDialog(
shape: OutlineInputBorder(
borderRadius: BorderRadius.circular(16.0)
),
content: SingleChildScrollView(
child: Column(
children: <Widget>[
Container(
color: Colors.redAccent,
width: screenSize.width,
height: screenSize.height*.90,
child: Text('test'),
)
],
),
),
)

有关更多信息,我正在添加屏幕截图。 enter image description here

最佳答案

我找到了解决方案。我通过在 AlertDialog 中添加以下标记解决了这个问题:

contentPadding: EdgeInsets.all(0.0),

关于user-interface - AlertDialog 的子容器不覆盖宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57217938/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com