当前位置:网站首页>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),
),
),
),
)
边栏推荐
- How can non-technical departments participate in Devops?
- #从源头解决# 自定义头文件在VS上出现“无法打开源文件“XX.h“的问题
- Small case of function transfer parameters
- 实现 1~number 之间,所有数字的加和
- MySQL 巨坑:update 更新慎用影响行数做判断!!!
- 《2022年中国银行业RPA供应商实力矩阵分析》研究报告正式启动
- MATLAB论文图表标准格式输出(干货)
- Natural language processing from Xiaobai to proficient (4): using machine learning to classify Chinese email content
- 百度杯”CTF比赛 2017 二月场,Web:爆破-2
- Fragmented knowledge management tool memos
猜你喜欢

Introduction to sap ui5 flexiblecolumnlayout control

Introduction to sap ui5 dynamicpage control
![[深度学习论文笔记]使用多模态MR成像分割脑肿瘤的HNF-Netv2](/img/52/5e85743b1817de96a52e02b92fd08c.png)
[深度学习论文笔记]使用多模态MR成像分割脑肿瘤的HNF-Netv2

爱可生SQLe审核工具顺利完成信通院‘SQL质量管理平台分级能力’评测

Android本地Sqlite数据库的备份和还原

Alibaba cloud SLB load balancing product basic concept and purchase process

Natural language processing series (I) introduction overview

DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告

Actual combat simulation │ JWT login authentication

SAP SEGW 事物码里的 ABAP 类型和 EDM 类型映射的一个具体例子
随机推荐
JXL notes
Simple page request and parsing cases
A specific example of ABAP type and EDM type mapping in SAP segw transaction code
Halcon template matching actual code (I)
[深度学习论文笔记]使用多模态MR成像分割脑肿瘤的HNF-Netv2
Notion 类笔记软件如何选择?Notion 、FlowUs 、Wolai 对比评测
Leetcode20. Valid parentheses
《2022年中国银行业RPA供应商实力矩阵分析》研究报告正式启动
Put functions in modules
Yyds dry inventory JS intercept file suffix
聊聊异步编程的 7 种实现方式
关于 Notion-Like 工具的反思和畅想
SAP SEGW 事物码里的 ABAP Editor
【服务器数据恢复】某品牌服务器存储raid5数据恢复案例
Alibaba cloud SLB load balancing product basic concept and purchase process
155. Minimum stack
Developers, is cloud native database the future?
SAP ui5 objectpagelayout control usage sharing
一文详解ASCII码,Unicode与utf-8
从外卖点单浅谈伪需求