当前位置:网站首页>Flutter 运动鞋商铺小demo
Flutter 运动鞋商铺小demo
2022-08-04 15:04:00 【Alex.凌】
Flutter 商铺小demo
截取部分代码:
Padding(
padding: const EdgeInsets.only(top: 40, left: 30, right: 30, bottom: 20),
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: <Widget>[
const Text(
"运动鞋",
style: TextStyle(fontSize: 30, fontWeight: FontWeight.w600),
),
Row(
children: const <Widget>[
Text(
"筛选",
style: TextStyle(fontSize: 15, fontWeight: FontWeight.w600),
),
SizedBox(
width: 8,
),
Padding(
padding: EdgeInsets.only(top: 5),
child: Icon(Icons.keyboard_arrow_down),
)
],
)
],
),
),
觉得不错的话,欢迎点个赞下载支持。
边栏推荐
猜你喜欢
leetcode: 259. Smaller sum of three numbers
Find My Technology | Prevent your pet from getting lost, Apple Find My technology can help you
NPDP|作为产品经理,如何快速提升自身业务素养?
X-ray grazing incidence focusing mirror
16、学习MySQL 正则表达式
leetcode:259. 较小的三数之和
leetcode: 212. Word Search II
IP第十七天笔记
基于 Next.js实现在线Excel
【剑指offer59】队列的最大值
随机推荐
Sublime Text 好用的插件
C# 将dll打包到程序中
从-99打造Sentinel高可用集群限流中间件
FRED Application: Capillary Electrophoresis System
leetcode:250. 统计同值子树
[Beiya data recovery] IBM System Storage storage lvm information lost data recovery solution
Technology sharing | Mini program realizes audio and video calls
特殊品种的二次开户验资金额
Technology sharing | Description of the electronic fence function in the integrated dispatching system
杭电校赛(逆袭指数)
ping的原理
leetcode: 241. Designing precedence for arithmetic expressions
Redis-哨兵模式
1403. 非递增顺序的最小子序列
Makefile syntax and usage notes
[The Art of Hardware Architecture] Study Notes (1) The World of Metastability
NPDP|作为产品经理,如何快速提升自身业务素养?
【剑指offer33】二叉搜索树的后序遍历序列
《分布式云最佳实践》分论坛,8月11日深圳见
如何和程序员谈恋爱