摘要: 1.无构造参数配置 组件的接口定义不包含必选构造参数,组件后面的“()”中不需要配置任何内容。 示例: Column() { Text('item 1') Divider() // No parameter configuration of the divider component Text('i 阅读全文
posted @ 2022-09-21 08:37 多见多闻 阅读(161) 评论(0) 推荐(0)