Skip to content

Commit a388cb7

Browse files
author
fbchen
committed
update example
1 parent b7ea346 commit a388cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/self_wrap_content.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class SelfWrapContentExample extends StatelessWidget {
2727
Container(
2828
color: Colors.yellow,
2929
).applyConstraint(
30-
width: 300,
30+
width: 250,
3131
height: 150,
3232
topLeftTo: parent,
3333
margin: const EdgeInsets.only(

0 commit comments

Comments
 (0)