KmpWindowInsets

data class KmpWindowInsets(top: Dp = 0.dp, right: Dp = 0.dp, bottom: Dp = 0.dp, left: Dp = 0.dp) : WindowInsets

Constructors

Link copied to clipboard
constructor(top: Dp = 0.dp, right: Dp = 0.dp, bottom: Dp = 0.dp, left: Dp = 0.dp)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun getBottom(density: Density): Int
Link copied to clipboard
open override fun getLeft(density: Density, layoutDirection: LayoutDirection): Int
Link copied to clipboard
open override fun getRight(density: Density, layoutDirection: LayoutDirection): Int
Link copied to clipboard
open override fun getTop(density: Density): Int