添加TextButton、ElevatedButton、OutlinedButton

This commit is contained in:
toly
2020-10-09 21:56:46 +08:00
parent 8f616784cb
commit 4049693a6a
10 changed files with 327 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, // 1.22.0-10.0.pre.251被去除
// overflow: Overflow.clip, // 1.22.0 被去除
children: <Widget>[yellowBox, redBox, greenBox, cyanBox],
),
);