Class

PaddingValues.Absolute

Describes an absolute (RTL unaware) padding to be applied along the edges inside a box.

Common
class Absolute(
        @Stable private val left: Dp = 0.dp,
        @Stable private val top: Dp = 0.dp,
        @Stable private val right: Dp = 0.dp,
        @Stable private val bottom: Dp = 0.dp,
    ) : PaddingValues

Describes an absolute (RTL unaware) padding to be applied along the edges inside a box.