添加SliverPrototypeExtentList组件

This commit is contained in:
toly
2020-09-21 07:36:22 +08:00
parent cf0dde4814
commit 8e5105ffc3
5 changed files with 111 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ class CustomStack extends StatelessWidget {
textDirection: TextDirection.rtl,
fit: StackFit.loose,
alignment: Alignment.topRight,
overflow: Overflow.clip,
// overflow: Overflow.clip, // 1.22.0-10.0.pre.251被去除
children: <Widget>[yellowBox, redBox, greenBox, cyanBox],
),
);