SafeArea、RawGestureDetector、RawKeyboardListener、StatefulBuilder、ColoredBox

This commit is contained in:
toly
2020-12-13 16:40:49 +08:00
parent db42c903a8
commit 849d138161
92 changed files with 1899 additions and 1461 deletions

View File

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