【问题标题】:What's the difference between "Text" and "new Text" in dart?飞镖中的“文本”和“新文本”有什么区别?
【发布时间】:2019-06-13 09:25:12
【问题描述】:

飞镖中Textnew Text 有什么区别? 也适用于 Container 和所有其他小部件。

【问题讨论】:

    标签: dart


    【解决方案1】:

    从 Dart 2 开始,您不需要使用 new 关键字来创建新实例。所以基本上,如果你在 Flutter 和 Dart 2+ 中开发,Textnew Text 是一样的。

    看看Dart documentation about constructors

    【讨论】:

      【解决方案2】:

      在 Dart 2 中 new 是一个可选关键字。所以Textnew Text基本上是一回事。

      【讨论】:

        猜你喜欢
        • 2019-09-30
        • 2015-05-30
        • 2022-11-16
        • 2023-01-10
        • 2020-09-02
        • 2013-06-05
        相关资源
        最近更新 更多