SafeArea
Primary nodes
Last updated
Primary nodes
Last updated
Released in version:
1.0.0
Flutter/Dart link:
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
child (required)
Widget
Child Widget
1.0.0