赞
踩
谢谢关注!!
前言:上一篇文章主要介绍HarmonyOS 开发之———基础组件的使用。如需了解谢谢查阅:http://t.csdnimg.cn/frBpp
属性说明:
alignment
:控制子组件的对齐方式。children
:包含Stack的子组件列表。代码示例:
- Stack({
- alignment: Alignment.TopCenter,
- children: [
- Text("First item"),
- Text("Second item"),
- ],
- })
属性说明&#x
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。