当前位置:网站首页>Flutter InkWell & Ink组件
Flutter InkWell & Ink组件
2022-07-05 12:58:00 【xiangxiongfly915】
Flutter InkWell & Ink组件
- InkWell组件可以在用户点击是出现水波纹效果。
- Ink组件可以将水波纹效果作用在装饰上。
InkWell(
onTap: () {},
splashColor: Colors.red,
child: const Padding(
padding: EdgeInsets.all(10),
child: Text("InkWell水波纹效果"),
),
)
InkWell(
onTap: () {},
highlightColor: Colors.blue,
child: const Padding(
padding: EdgeInsets.all(10),
child: Text("InkWell高亮效果"),
),
)
InkWell(
onTap: () {},
splashColor: Colors.red,
highlightColor: Colors.blue,
child: const Padding(
padding: EdgeInsets.all(10),
child: Text("InkWell混合效果"),
),
)
Ink(
decoration: const BoxDecoration(
gradient: LinearGradient(
colors: [Color(0xFFDE2F21), Color(0xFFEC592F)],
),
borderRadius: BorderRadius.all(Radius.circular(20)),
),
child: InkWell(
onTap: () {},
borderRadius: const BorderRadius.all(Radius.circular(20)),
child: Container(
padding: const EdgeInsets.symmetric(vertical: 8, horizontal: 20),
child: const Text(
"Ink&InkWell",
style: TextStyle(color: Colors.white),
),
),
),
)
边栏推荐
- Reflection and imagination on the notation like tool
- 155. 最小栈
- Install rhel8.2 virtual machine
- Yyds dry inventory JS intercept file suffix
- Pycharm installation third party library diagram
- Halcon template matching actual code (I)
- From the perspective of technology and risk control, it is analyzed that wechat Alipay restricts the remote collection of personal collection code
- C# 对象存储
- Hiengine: comparable to the local cloud native memory database engine
- 关于 SAP UI5 getSAPLogonLanguage is not a function 的错误消息以及 API 版本的讨论
猜你喜欢
DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告
关于 SAP UI5 floating footer 显示与否的单步调试以及使用 SAP UI5 的收益
Le rapport de recherche sur l'analyse matricielle de la Force des fournisseurs de RPA dans le secteur bancaire chinois en 2022 a été officiellement lancé.
SAP SEGW 事物码里的 ABAP 类型和 EDM 类型映射的一个具体例子
国际自动机工程师学会(SAE International)战略投资几何伙伴
Introduction to sap ui5 flexiblecolumnlayout control
PyCharm安装第三方库图解
[cloud native] use of Nacos taskmanager task management
MSTP and eth trunk
ASEMI整流桥HD06参数,HD06图片,HD06应用
随机推荐
Realize the addition of all numbers between 1 and number
开发者,云原生数据库是未来吗?
Talk about my drawing skills in my writing career
How to choose note taking software? Comparison and evaluation of notion, flowus and WOLAI
#从源头解决# 自定义头文件在VS上出现“无法打开源文件“XX.h“的问题
#yyds干货盘点# 解决名企真题:搬圆桌
Introduction to sap ui5 flexiblecolumnlayout control
MSTP and eth trunk
自然语言处理系列(一)入门概述
It's too convenient. You can complete the code release and approval by nailing it!
Navigation property and entityset usage in SAP segw transaction code
CAN和CAN FD
RHCSA8
Leetcode20. Valid parentheses
A deep long article on the simplification and acceleration of join operation
How to realize batch sending when fishing
峰会回顾|保旺达-合规和安全双驱动的数据安全整体防护体系
Pandora IOT development board learning (HAL Library) - Experiment 7 window watchdog experiment (learning notes)
关于 SAP UI5 floating footer 显示与否的单步调试以及使用 SAP UI5 的收益
Concurrent performance test of SAP Spartacus with JMeter