gpt4 book ai didi

flutter - 容器 BorderRadius.circular 不起作用( flutter )

转载 作者:行者123 更新时间:2023-12-03 03:48:25 24 4
gpt4 key购买 nike

我想在下面的图像边缘加边框
enter image description here
但是虽然我在我的代码中添加了装饰,但边框代码不起作用。你能告诉我哪里出错了吗?
这是我的代码;

 Container(
height: 130,
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(15.0),
),
child: Padding(
padding: const EdgeInsets.all(8.0),
child: Column(
children: [
MaterialButton(
onPressed: () async {},
padding:
EdgeInsets.only(top: 5, bottom: 5),
child: Row(
children: [
Text(
'Call Center',
style: TextStyle(fontSize: 14),
),
],
),
),
Center(
child: MaterialButton(
onPressed: () {
Navigator.pushNamed(
context, ContactUsPage.routeName);
},
padding:
EdgeInsets.only(top: 5, bottom: 5),
child: Row(
children: [
Text(
'WhatsApp',
style: TextStyle(fontSize: 14),
),
],
),
),
),
],
),
),
)

最佳答案

你在打电话吗showBottomSheet()展示这个?如果是这样,有一个 shape参数给它。

关于flutter - 容器 BorderRadius.circular 不起作用( flutter ),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64636829/

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