当前位置:网站首页>flutter 中间一个元素,最右边一个元素
flutter 中间一个元素,最右边一个元素
2022-07-02 02:02:00 【氤氲息】
中间一个元素,最右边一个元素
Row(
mainAxisAlignment: MainAxisAlignment.center,//这个很关键
children: [
Expanded(//这个很关键
child: Container(
alignment: Alignment.center,//这个很关键
margin: const EdgeInsets.only(top: 10, bottom: 10),
child: const Text(
"增加次数",
style: TextStyle(color: Colors.white),
),
),
),
Container(child: const Image(
image: AssetImage(
'assets/images/[email protected]2x.png'),
gaplessPlayback: true,
width: 18,
height: 17),)
],
),
边栏推荐
- leetcode2312. Selling wood blocks (difficult, weekly race)
- Number of palindromes in C language (leetcode)
- Word search applet design report based on cloud development +ppt+ project source code + demonstration video
- Parted command
- AR增强现实可应用的场景
- Software No.1
- Architecture evolution from MVC to DDD
- 【LeetCode 43】236. The nearest common ancestor of binary tree
- leetcode373. 查找和最小的 K 对数字(中等)
- Sword finger offer 62 The last remaining number in the circle
猜你喜欢

Matlab uses audioread and sound to read and play WAV files

JPM 2021 most popular paper released (with download)

How to debug apps remotely and online?

MySQL中一条SQL是怎么执行的

How does MySQL solve the problem of not releasing space after deleting a large amount of data

Opencascade7.6 compilation

JMeter (II) - install the custom thread groups plug-in

MySQL如何解决delete大量数据后空间不释放的问题

MySQL约束与多表查询实例分析

The concepts and differences between MySQL stored procedures and stored functions, as well as how to create them, the role of delimiter, the viewing, modification, deletion of stored procedures and fu
随机推荐
leetcode2311. Longest binary subsequence less than or equal to K (medium, weekly)
VARIATIONAL IMAGE COMPRESSION WITH A SCALE HYPERPRIOR文献实验复现
Five skills of adding audio codec to embedded system
并发编程的三大核心问题
1069. Division of convex polygons (thinking, interval DP)
matlab 实现语音信号重采样和归一化,并播放比对效果
From January 11, 2007 to January 11, 2022, I have been in SAP Chengdu Research Institute for 15 years
Opengauss database backup and recovery guide
Discussion on the idea of platform construction
With the innovation and upgrading of development tools, Kunpeng promotes the "bamboo forest" growth of the computing industry
Selection of field types for creating tables in MySQL database
Matlab uses resample to complete resampling
Matlab uses audiorecorder and recordblocking to record sound, play to play sound, and audiobook to save sound
New news, Wuhan Yangluo international port, filled with black technology, refreshes your understanding of the port
Is the knowledge of University useless and outdated?
SQLite 3 of embedded database
剑指 Offer 42. 连续子数组的最大和
电子协会 C语言 1级 32、计算2的幂
JMeter (II) - install the custom thread groups plug-in
leetcode2310. 个位数字为 K 的整数之和(中等,周赛)