SafeArea
Primary nodes
Condition
Value
Released in version:
1.0.0
Flutter/Dart link:

Inputs
Input
Type
Description
Released in version:
connector (required)
Widget
Connector for the parent Widget
1.0.0
bottom
Bool
Is bottom SafeArea enabled?
1.0.0
left
Bool
Is left SafeArea enabled?
1.0.0
maintainBottomViewPadding
Bool
Specifies whether the SafeArea should maintain the bottom
MediaQueryData.viewPadding instead of the bottom MediaQueryData.padding, defaults to false.
1.0.12
minimum
EdgeInsets
This minimum padding to apply. Defaults to EdgeInsets.zero
1.0.12
right
Bool
Is right SafeArea enabled?
1.0.0
top
Bool
Is top SafeArea enabled?
1.0.0
Outputs
Output
Type
Description
Released in version:
child (required)
Widget
Child Widget
1.0.0
Last updated