Safe Area
The Safe Area widget is used to ensure that its child widget is not obscured by system intrusions like the status bar, navigation bar, or device notches. It automatically adds padding to its child to avoid these areas.
Properties
Property
Description
Left
If true
, padding is applied to the left side.
Top
If true
, padding is applied to the top side.
Right
If true
, padding is applied to the right side.
Bottom
If true
, padding is applied to the bottom side.
Default Properties
The Safe Area widget supports all Default Properties.
Last updated