哪种表达方式是' appbar:appbar(用飞镖语言

发布于 2025-02-03 01:24:30 字数 41 浏览 4 评论 0原文

这些实体是什么由结肠隔开的以及它们之间的关系

。 ),

What are those entities separated by colon and what kind of relation between them.For instance:

return Scaffold( appBar: AppBar( title: Text(widget.title)
),

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

剩一世无双 2025-02-10 01:24:30

结肠的左侧 in 或小部件的属性。 结肠的一侧是参数的。这里的AppBar()是作为命名参数的值的对象。

Left side of the colon is named parameters or properties of the Widget. right side of the colon is the value for the parameter. Here AppBar() is an object as value of the named parameter.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文