【问题标题】:Flutter Center Wrapped Text颤振中心环绕的文本
【发布时间】:2019-05-06 03:58:57
【问题描述】:

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

我被困住了

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

【问题讨论】:

标签: flutter


【解决方案1】:

你可以只使用textAlign属性

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

【讨论】:

    猜你喜欢
    • 2022-01-17
    • 1970-01-01
    • 2019-01-03
    • 2021-10-12
    • 2021-03-23
    • 1970-01-01
    • 2021-06-06
    • 2021-06-06
    • 1970-01-01
    相关资源
    最近更新 更多