ComposeInsets

data class ComposeInsets(val start: Dp = 0.dp, val top: Dp = 0.dp, val end: Dp = 0.dp, val bottom: Dp = 0.dp)

Constructors

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

Properties

Link copied to clipboard
val bottom: Dp
Link copied to clipboard
val end: Dp
Link copied to clipboard
val start: Dp
Link copied to clipboard
val top: Dp