如何在primarySwatch小部件中为应用栏添加颜色,但颜色来自(fromARGB和fromRGBO)

Posted

技术标签:

【中文标题】如何在primarySwatch小部件中为应用栏添加颜色,但颜色来自(fromARGB和fromRGBO)【英文标题】:how to add colors for app bar in primarySwatch widget but color is be from (fromARGB and fromRGBO) 【发布时间】:2021-10-17 16:40:54 【问题描述】:

我需要如何为 primarySwatch 调用 const varibale,但我需要添加颜色是(fromARGB 和 fromRGBO) 笔记: AppBarColors 是可变的

const AppBarColors = Color.fromARGB(1,100, 255, 100,);
    primarySwatch: AppBarColors,

【问题讨论】:

【参考方案1】:

尝试使用下面的代码希望对您更改所需的rgbo颜色有所帮助

primarySwatch:Color.fromRGBO(38, 38, 38, 0.4)

参考flutter官方文档中的颜色类库here

【讨论】:

以上是关于如何在primarySwatch小部件中为应用栏添加颜色,但颜色来自(fromARGB和fromRGBO)的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Android Studio 中为 Flutter 上的小部件测试进入调试模式?

如何在 Flutter 的主小部件中为小部件设置背景颜色?

如何在颤动中为 CachedNetworkImage 编写小部件测试

在 iOS 8 的 Today 扩展(小部件)中为按钮添加操作?

我们可以在 iOS8 中为同一个应用程序创建多个今天的扩展小部件吗?

如何在 QVBoxLayout 中为更改小部件位置设置动画