对于像这样的文本:
Text(
'Hello World',
style: Theme.of(context).textTheme.display1,
)
有没有办法将 textTheme 与 TextStyle 合并?比如说,修改文本的颜色..
对于像这样的文本:
Text(
'Hello World',
style: Theme.of(context).textTheme.display1,
)
有没有办法将 textTheme 与 TextStyle 合并?比如说,修改文本的颜色..