We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ea346 commit a388cb7Copy full SHA for a388cb7
example/self_wrap_content.dart
@@ -27,7 +27,7 @@ class SelfWrapContentExample extends StatelessWidget {
27
Container(
28
color: Colors.yellow,
29
).applyConstraint(
30
- width: 300,
+ width: 250,
31
height: 150,
32
topLeftTo: parent,
33
margin: const EdgeInsets.only(
0 commit comments