The Stac SliverSafeArea allows you to build a Flutter sliver safe area widget using JSON.Documentation Index
Fetch the complete documentation index at: https://docs.stac.dev/llms.txt
Use this file to discover all available pages before exploring further.
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) |
Example
- Dart
- JSON
- Preview