To know more about the safe area widget in Flutter, refer to
the official documentation.
Properties
| Property | Type | Description |
|---|---|---|
| left | bool? | Whether to avoid intrusions on the left. Defaults to true. |
| top | bool? | Whether to avoid intrusions at the top. Defaults to true. |
| right | bool? | Whether to avoid intrusions on the right. Defaults to true. |
| bottom | bool? | Whether to avoid intrusions at the bottom. Defaults to true. |
| minimum | Map<String, dynamic>? | Minimum padding to apply as edge insets. |
| sliver | Map<String, dynamic> | The sliver widget below this widget in the tree. (Required) |