gpt4 book ai didi

user-interface - Flutter中带有文本的水平分隔线?

转载 作者:IT老高 更新时间:2023-10-28 12:32:50 25 4
gpt4 key购买 nike

Flutter 中是否有内置的小部件来创建中间有文本的分隔线?关于如何做的任何指南?像这样:(水平线中间的“OR”文本)

here's is the screenshot of what I want to achieve

最佳答案

您可以尝试使用Row小部件。

Row(
children: <Widget>[
Expanded(
child: Divider()
),

Text("OR"),

Expanded(
child: Divider()
),
]
)

关于user-interface - Flutter中带有文本的水平分隔线?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54058228/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com