maintainBottomViewPadding property

bool maintainBottomViewPadding
final

Specifies whether the underlying SafeArea should maintain the bottom MediaQueryData.viewPadding instead of the bottom MediaQueryData.padding.

When true, this will prevent the NavigationBar from shifting when opening a software keyboard due to the change in the padding value, especially when the app uses SystemUiMode.edgeToEdge, which renders the system bars over the application instead of outside it.

Defaults to false.

See also:

Implementation

final bool maintainBottomViewPadding;