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

margin

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