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

@ -19,7 +19,7 @@ const String Text1 = """
> OverflowBox设置最大/最小尺寸
- SizedOverflowBox一个特定大小的小部件但将其原始约束传递给它的子节点然后可能会溢出。
- ConstrainedBox一个对其子项施加额外约束的小部件。
- UnconstrainedBox一个试图让它的孩子在没有约束的情况下绘制的容器。
- UnconstrainedBox一个试图让它的child在没有约束的情况下绘制的容器。
- SizedBox一个具有指定大小的盒子。
""";