我试图得到这样的结果:
的数据
使用此代码:
Container(
padding: const EdgeInsets.only(top: 14, bottom: 14),
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: [
Expanded(
child: Center(
child: Container(
child: Text('Remove'),
),
),
),
Expanded(
child: Center(
child: Container(
child: Text('Edit'),
),
),
),
],
),
)
字符串
这就是我得到的(我不能有正确的边界)。
的
1条答案
按热度按时间jrcvhitl1#
输出量:
的数据
实施(见评论):
字符串