safeDrawing
Property
Common
expect val WindowInsets.Companion.safeDrawing: WindowInsets
The insets that include areas where content may be covered by other drawn content. This includes
all systemBars
, displayCutout
, and ime
.
Android
actual val WindowInsets.Companion.safeDrawing: WindowInsets
The insets that include areas where content may be covered by other drawn content. This includes
all system bars
, display cutout
, and soft keyboard
.