当前位置:网站首页>Shutter gradient
Shutter gradient
2022-07-29 09:04:00 【Dense breath】
flutter Achieve gradient
Container(
padding: const EdgeInsets.only(
left: 50, right: 50, top: 10, bottom: 10),
decoration: BoxDecoration(
color: const Color(0xFFA7FFF7),
borderRadius: BorderRadius.circular(20)),
borderRadius: BorderRadius.circular(20),
gradient: const LinearGradient(
begin: Alignment.topCenter, // The upper right
end: Alignment.bottomCenter,colors: [
Color(0xFFDBFFFA),
Color(0xFF6EFFE9),
Color(0xFF2FB9A5),
])),
边栏推荐
- 6.3 references
- Sublime text create page
- Is the sub database and sub table really suitable for your system? Talk about how to select sub databases, sub tables and newsql
- Design of distributed (cluster) file system
- C language calculates the length of string
- [LOJ 6485] LJJ binomial theorem (unit root inversion) (template)
- 2022电工(初级)考题模拟考试平台操作
- 2022 spsspro certification cup mathematical modeling problem B phase II scheme and post game summary
- (视频+图文)机器学习入门系列-第3章 逻辑回归
- C # use database to bind listview control data
猜你喜欢

C language macro define command exercise

Arfoundation Getting Started tutorial 7-url dynamically loading image tracking Library

正则表达式校验版本号

Could not receive a message from the daemon

SAP ooalv-sd module actual development case (add, delete, modify and check)

Flowable UI制作流程图

QT learning: use non TS files such as json/xml to realize multilingual internationalization

LeetCode刷题(6)

Flowable 高级篇

What is the difference between the pre training model and the traditional method in sorting?
随机推荐
Gutcloud technology restcloud completed the pre-A round of financing of tens of millions of yuan
7.2-function-overloading
(视频+图文)机器学习入门系列-第3章 逻辑回归
Excellent Allegro skill recommendation
Emmet syntax
信息系统项目管理师必背核心考点(五十三)质量等级
File upload and expansion
不同数据库相同字段查不重复数据
完全背包问题 从朴素到终极
Leetcode:132. split palindrome string II
C language sorts n integers with pointers pointing to pointers
Data representation and calculation (base)
Cloud security daily 220712: the IBM integration bus integration solution has found a vulnerability in the execution of arbitrary code, which needs to be upgraded as soon as possible
2022.7.9 quick view of papers
Intel将逐步结束Optane存储业务 未来不再开发新产品
01背包关于从二维优化到一维
LeetCode刷题(6)
Leetcode: interview question 08.14. Boolean operation
Complete knapsack problem from simplicity to ultimate
Simple unit testing idea