当前位置:网站首页>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),
)
],
)
],
),
),
觉得不错的话,欢迎点个赞下载支持。
边栏推荐
猜你喜欢
随机推荐
C语言写简单三子棋
leetcode:259. 较小的三数之和
动态数组底层是如何实现的
剑指Offer 63.股票的最大利润
leetcode: 255 Verify preorder traversal sequence binary search tree
leetcode: 241. Designing precedence for arithmetic expressions
leetcode: 250. Count subtrees of equal value
I/O stream summary
Compound Refractive Lenses for X-ray Focusing
[Problem solving] QT update component appears "To continue this operation, at least one valid and enabled repository is required"
基本介绍PLSQL
微软表示将向内部网络安全专家共享数据 为企业提供更安全保护
C# 局部函数与事件
【 HMS core 】 【 Media 】 online video editing service 】 【 material can't show, or network anomalies have been Loading state
Sum of four squares, laser bombs
leetcode: 259. Smaller sum of three numbers
MySQL优化学习笔记
【剑指offer33】二叉搜索树的后序遍历序列
B. Construct a simple sequence (greedy)
Makefile syntax and usage notes