Primary nodes
Released in version:
1.0.0
Flutter/Dart link:
https://api.flutter.dev/flutter/widgets/SafeArea-class.htmlarrow-up-right
For the most up-to-date information on this Widget, please click on the Flutter/Dart link in the box above.
Remember that this node is the same as the Flutter Widget.
connector (required)
Widget
Connector for the parent Widget
bottom
Bool
Is bottom SafeArea enabled?
left
Is left SafeArea enabled?
maintainBottomViewPadding
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
right
Is right SafeArea enabled?
top
Is top SafeArea enabled?
child (required)
Child Widget
Last updated 3 years ago