SafeAreaInset

Contains CSS variables for safe area insets. These variables define the padding needed to avoid system UI elements (like notches, rounded corners, or system bars) on different devices.

Properties

Link copied to clipboard
const val bottom: String

Safe area inset for the bottom of the screen

Link copied to clipboard
const val left: String

Safe area inset for the left side of the screen

Link copied to clipboard
const val right: String

Safe area inset for the right side of the screen

Link copied to clipboard
const val top: String

Safe area inset for the top of the screen