kobweb
0.24.0
      Target filter
Search in API
Skip to content
    kobweb
kobweb-compose/com.varabyte.kobweb.compose.ui.modifiers/padding

padding

fun Modifier.padding(all: CSSLengthOrPercentageNumericValue): Modifier(source)
fun Modifier.padding(scope: PaddingScope.() -> Unit): Modifier(source)
fun Modifier.padding(topBottom: CSSLengthOrPercentageNumericValue = 0.px, leftRight: CSSLengthOrPercentageNumericValue = 0.px): Modifier(source)
fun Modifier.padding(top: CSSLengthOrPercentageNumericValue = 0.px, leftRight: CSSLengthOrPercentageNumericValue = 0.px, bottom: CSSLengthOrPercentageNumericValue = 0.px): Modifier(source)
fun Modifier.padding(top: CSSLengthOrPercentageNumericValue = 0.px, right: CSSLengthOrPercentageNumericValue = 0.px, bottom: CSSLengthOrPercentageNumericValue = 0.px, left: CSSLengthOrPercentageNumericValue = 0.px): Modifier(source)
Generated by Dokka
© 2026 Copyright