update children described

This commit is contained in:
三露
2019-01-09 10:13:39 +08:00
parent 38f2f88777
commit ebb6aa931a
10 changed files with 31 additions and 31 deletions

View File

@ -10,7 +10,7 @@ const String _stackText0 = """### **简介**
""";
const String _stackText1 = """### **基本用法**
> index → int
- 控制显示孩子的索引
- 控制显示child的索引
- ex:可以通过多个图片转化表示状态(正确,错误,警告等)。
""";

View File

@ -5,7 +5,7 @@ import './demo.dart';
const String _stackText0 = """### **简介**
> 用于将多个子级相对于其框的边缘定位多用于以简单方式重叠children
- 当第一个孩子置于底部时,堆栈按顺序绘制其子项。如果更改子项绘制顺序,可以使用新顺序重新建立堆栈
- 当第一个child置于底部时,堆栈按顺序绘制其子项。如果更改子项绘制顺序,可以使用新顺序重新建立堆栈
- 注意stack的每一个子节点都已定位或为定位定位子项必须至少一个非null属性的定位。
""";