gpt4 book ai didi

flutter 中心环绕文本

转载 作者:IT王子 更新时间:2023-10-29 07:07:30 25 4
gpt4 key购买 nike

在 Flutter 中,是否可以将换行的文本居中?

我坚持

wrapped text

实际上,我希望文本换行但仍居中。

enter image description here

最佳答案

你可以只使用textAlign属性

Text(
"The quick brown fox jumps over the lazy dog",
textAlign: TextAlign.center,
style: TextStyle(fontSize: 20.0),
)

关于 flutter 中心环绕文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53617790/

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