gpt4 book ai didi

flutter - 在 Flutter 中使用半透明灰色填充渲染的 RaisedButton

转载 作者:IT老高 更新时间:2023-10-28 12:46:08 26 4
gpt4 key购买 nike

我在一个列内有一个 RaisedButton,它在一个堆栈内

Stack(
children: [
PageView(
children: [...],
),
Column(
crossAxisAlignment: CrossAxisAlignment.center,
mainAxisAlignment: MainAxisAlignment.end,
children: [
RaisedButton(
color: Colors.teal,
child: Text("Button"),
),
...
),
...

但是,按钮不是用青色填充渲染的,而是灰色和半透明的。 Here it is on top of an orange Container.

我有什么办法可以强制这个按钮变成蓝绿色吗?

最佳答案

如果没有为 RaisedButton 提供 onPressed,它将显示为 garyed 或 disabled。

您可以通过为 disabledColor

提供值来设置为禁用的 RaisedButton 显示的颜色

欲了解更多详情,请访问 link

关于flutter - 在 Flutter 中使用半透明灰色填充渲染的 RaisedButton,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51899806/

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