SafeAreaInsets

@Serializable
data class SafeAreaInsets(val top: Int? = null, val topMax: Int? = null, val left: Int? = null, val leftMax: Int? = null, val bottom: Int? = null, val bottomMax: Int? = null, val right: Int? = null, val rightMax: Int? = null)

Constructors

Link copied to clipboard
constructor(top: Int? = null, topMax: Int? = null, left: Int? = null, leftMax: Int? = null, bottom: Int? = null, bottomMax: Int? = null, right: Int? = null, rightMax: Int? = null)

Properties

Link copied to clipboard
val bottom: Int? = null

Overrides safe-area-inset-bottom.

Link copied to clipboard
val bottomMax: Int? = null

Overrides safe-area-max-inset-bottom.

Link copied to clipboard
val left: Int? = null

Overrides safe-area-inset-left.

Link copied to clipboard
val leftMax: Int? = null

Overrides safe-area-max-inset-left.

Link copied to clipboard
val right: Int? = null

Overrides safe-area-inset-right.

Link copied to clipboard
val rightMax: Int? = null

Overrides safe-area-max-inset-right.

Link copied to clipboard
val top: Int? = null

Overrides safe-area-inset-top.

Link copied to clipboard
val topMax: Int? = null

Overrides safe-area-max-inset-top.