navigationBars
Property
Common
expect val WindowInsets.Companion.navigationBars: WindowInsets
These insets represent where system UI places navigation bars. Interactive UI should avoid the navigation bars area.
Android
actual val WindowInsets.Companion.navigationBars: WindowInsets
For the WindowInsetsCompat.Type.navigationBars
. These insets represent where system UI places
navigation bars. Interactive UI should avoid the navigation bars area.