diff --git a/README.md b/README.md index d36525d..f7d8167 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,10 @@ Container( width: 300.r, height: 300.r, ), +// if you want to display a Horizontal space based on minimum(height, width): +SizedBox( + width: 30.w, +), ``` #### Adapter font @@ -408,4 +412,4 @@ await tester.pumpWidget( await tester.pumpAndSettle(); // Continue with your assertions and tests }); -``` \ No newline at end of file +```