当前位置:网站首页>flutter 背景变灰效果,如何透明度,灰色蒙板遮罩
flutter 背景变灰效果,如何透明度,灰色蒙板遮罩
2022-07-26 10:39:00 【Flutter萌新学院】
有需求如过期了这种布局,布局变灰效果
如下图
修改方法在父布局加Opacity opacity: 0.3
Opacity(
opacity: 0.3,
child: Container(
.....
),
),
边栏推荐
- 粽子大战 —— 猜猜谁能赢
- 【dectectron2】跟着官方demo一起做
- [leetcode每日一题2021/4/29]403. 青蛙过河
- Parallelism, concurrency and several directions for high concurrency optimization
- 剑指Offer(四十四):翻转单词顺序序列
- .NET 开源框架在工业生产中的应用
- Redis docker instance and data structure
- Dry goods likeshop takeout order system is open source, 100% open source, no encryption
- Issue 8: cloud native -- how should college students learn in the workplace
- (转载)ArcGIS Engine中各种点的创建方法
猜你喜欢
Centos8 (liunx) deploying WTM (asp.net 5) using PgSQL
Redis Docker实例与数据结构
STM32 Alibaba cloud mqtt esp8266 at command
Phase 4: one of College Students' vocational skills preparation in advance
多目标优化系列1---NSGA2的非支配排序函数的讲解
[leetcode daily question 2021/8/31] 1109. Flight reservation statistics [medium] differential array
【机器学习小记】【人脸识别】deeplearning.ai course4 4th week programming
Dry goods likeshop takeout order system is open source, 100% open source, no encryption
Write to esp8266 burning brush firmware
IAR sprintf 浮点 在UCOS 总格式化成0.0的问题
随机推荐
如何实现临时的图形要素现实
RT-Thread 学习笔记(一)---配置RT-Thread开发环境
【机器学习小记】【风格迁移】deeplearning.ai course4 4th week programming(tensorflow2)
在altium designer中禁用USBJATG
[leetcode daily question 2021/8/30]528. Choose randomly by weight [medium]
[leetcode每日一题2021/5/8]1723. 完成所有工作的最短时间
第8期:云原生—— 大学生职场小白该如何学
.net operation redis sorted set ordered set
datav漂亮数据屏制作体验
Write to esp8266 burning brush firmware
RT-Thread 学习笔记(六)--- 开启基于SPI Flash的elmfat文件系统(上)
同步方法中不使用asyncTask<T> 修饰和await获取异步返回值(同步方法中调用异步方法)
.net operation redis string string
Phase 4: one of College Students' vocational skills preparation in advance
剑指Offer(二十):包含min函数的栈
L2-005 set similarity (intersection of vector and set)
winpcap 抓包函数pcap_loop(),停止问题
鹏哥C语言第四课(3)
剑指Offer(九):变态跳台阶
抽象工厂及其改进示例