Skip to content

Commit

Permalink
Update 221
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Jan 7, 2025
1 parent 67ce383 commit 2cde269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tips/0221-stack-fractionally-sized-box/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Did you know?

Flutter offers many ways to create custom layouts that can’t be expressed with `Row` and `Column`. 👍

For example, here's how to overlay multiple widgets inside a `Stack` and constrain their size and position with `Positioned` and `FractionallySizedBox`. 👇
For example, here's how to overlay multiple widgets inside a [Stack](https://api.flutter.dev/flutter/widgets/Stack-class.html) and constrain their size and position with [Positioned](https://api.flutter.dev/flutter/widgets/Positioned-class.html) and [FractionallySizedBox](https://api.flutter.dev/flutter/widgets/FractionallySizedBox-class.html). 👇

![](221.png)

Expand Down

0 comments on commit 2cde269

Please sign in to comment.