maintainBottomViewPadding property
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:
- SafeArea.maintainBottomViewPadding, which specifies whether the SafeArea should maintain the bottom MediaQueryData.viewPadding.
- SystemUiMode.edgeToEdge, which sets a fullscreen display with status and navigation elements rendered over the application.
Implementation
final bool maintainBottomViewPadding;