SafeArea

Primary nodes

ConditionValue

Released in version:

1.0.0

Flutter/Dart link:

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.

Inputs

InputTypeDescriptionReleased 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

OutputTypeDescriptionReleased in version:

child (required)

Widget

Child Widget

1.0.0

Last updated