gpt4 book ai didi

flutter - 如何将 TextStyle 和 textTheme 应用于 Flutter 中的文本小部件?

转载 作者:行者123 更新时间:2023-12-01 21:47:29 25 4
gpt4 key购买 nike

对于像这样的文本:

Text(
'Hello World',
style: Theme.of(context).textTheme.display1,
)

有没有办法将 textTheme 与 TextStyle 合并?比如说,修改文本的颜色..

最佳答案

我们做类似的事情

Theme.of(context)
.textTheme.display1
.merge(TextStyle(color: Colors.red)

并将其应用于样式

关于flutter - 如何将 TextStyle 和 textTheme 应用于 Flutter 中的文本小部件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60163499/

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