【问题标题】:The getter title isnt defined for the type "TextTheme"没有为“TextTheme”类型定义吸气剂标题
【发布时间】:2021-08-02 19:20:00
【问题描述】:

我刚刚升级到 Flutter v2。我收到以下错误

title: Text("Foo", style: Theme
                            .of(context)
                            .textTheme
                            .title
                            .copyWith(fontWeight: FontWeight.bold, color: Colors.red),)),

对等价物有何建议?

【问题讨论】:

    标签: flutter dart


    【解决方案1】:

    在 2018 年,许多文本样式被重命名。 “title”样式现在称为“headline6”。

    您可以在此处阅读有关迁移的更多信息:https://api.flutter.dev/flutter/material/TextTheme-class.html

    【讨论】:

      猜你喜欢
      • 2021-11-12
      • 2020-09-23
      • 2021-04-14
      • 2021-09-17
      • 2021-03-26
      • 2020-12-07
      • 1970-01-01
      • 2021-11-17
      相关资源
      最近更新 更多