当前位置:网站首页>Shuttle INKWELL & ink components
Shuttle INKWELL & ink components
2022-07-05 13:13:00 【xiangxiongfly915】
List of articles
Flutter InkWell & Ink Components
- InkWell The component can display the water ripple effect when the user clicks .
- Ink The component can apply the water ripple effect to the decoration .

InkWell(
onTap: () {},
splashColor: Colors.red,
child: const Padding(
padding: EdgeInsets.all(10),
child: Text("InkWell Water ripple effect "),
),
)

InkWell(
onTap: () {},
highlightColor: Colors.blue,
child: const Padding(
padding: EdgeInsets.all(10),
child: Text("InkWell Highlight effect "),
),
)

InkWell(
onTap: () {},
splashColor: Colors.red,
highlightColor: Colors.blue,
child: const Padding(
padding: EdgeInsets.all(10),
child: Text("InkWell Mixed effects "),
),
)

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),
),
),
),
)
边栏推荐
- Introduction to sap ui5 dynamicpage control
- 事务的基本特性和隔离级别
- ABAP editor in SAP segw transaction code
- Natural language processing series (I) introduction overview
- Pycharm installation third party library diagram
- 同事半个月都没搞懂selenium,我半个小时就给他整明白!顺手秀了一波爬淘宝的操作[通俗易懂]
- SAP UI5 FlexibleColumnLayout 控件介绍
- 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é.
- Alibaba cloud SLB load balancing product basic concept and purchase process
- 百度杯”CTF比赛 2017 二月场,Web:爆破-2
猜你喜欢

量价虽降,商业银行结构性存款为何受上市公司所偏爱?

使用 jMeter 对 SAP Spartacus 进行并发性能测试
![[cloud native] use of Nacos taskmanager task management](/img/ad/24bdd4572ef9990238913cb7cd16f8.png)
[cloud native] use of Nacos taskmanager task management

How to realize batch sending when fishing

解决uni-app配置页面、tabBar无效问题

Actual combat simulation │ JWT login authentication

Introduction to the principle of DNS

SAP UI5 DynamicPage 控件介紹

SAP ui5 objectpagelayout control usage sharing

《2022年中国银行业RPA供应商实力矩阵分析》研究报告正式启动
随机推荐
Shu tianmeng map × Weiyan technology - Dream map database circle of friends + 1
There is no monitoring and no operation and maintenance. The following is the commonly used script monitoring in monitoring
Although the volume and price fall, why are the structural deposits of commercial banks favored by listed companies?
函数的默认参数&函数参数的多种方法
Datapipeline was selected into the 2022 digital intelligence atlas and database development report of China Academy of communications and communications
Alibaba cloud SLB load balancing product basic concept and purchase process
How can non-technical departments participate in Devops?
C# 对象存储
Overflow toolbar control in SAP ui5 view
关于 SAP UI5 floating footer 显示与否的单步调试以及使用 SAP UI5 的收益
逆波兰表达式
Detailed explanation of navigation component of openharmony application development
《2022年中國銀行業RPA供應商實力矩陣分析》研究報告正式啟動
DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告
Notion 类笔记软件如何选择?Notion 、FlowUs 、Wolai 对比评测
聊聊异步编程的 7 种实现方式
STM32 and motor development (from architecture diagram to documentation)
Asemi rectifier bridge hd06 parameters, hd06 pictures, hd06 applications
Simple page request and parsing cases
Solve Unicode decodeerror: 'GBK' codec can't decode byte 0xa2 in position 107