@@ -53,7 +53,7 @@ A `Column` works in a similar fashion but instead of placing items side by side,
The `Container` widget lets you create a rectangular visual element. Containers can be decorated with a `BoxDecoration`, such as a background, a border, or a shadow. They can also have margins, padding, and constraints applied to its size.
## SnackBar
### SnackBar
A `SnackBar` is a lightweight widget used to temporarily display messages at the bottom of the screen. It is typically used to provide feedback or alert the user to a specific event or action.