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

scrollPadding

fun Modifier.scrollPadding(all: CSSLengthOrPercentageNumericValue): Modifier(source)
fun Modifier.scrollPadding(topBottom: CSSLengthOrPercentageNumericValue = autoLength, leftRight: CSSLengthOrPercentageNumericValue = autoLength): Modifier(source)
fun Modifier.scrollPadding(top: CSSLengthOrPercentageNumericValue = autoLength, leftRight: CSSLengthOrPercentageNumericValue = autoLength, bottom: CSSLengthOrPercentageNumericValue = autoLength): Modifier(source)
fun Modifier.scrollPadding(top: CSSLengthOrPercentageNumericValue = autoLength, right: CSSLengthOrPercentageNumericValue = autoLength, bottom: CSSLengthOrPercentageNumericValue = autoLength, left: CSSLengthOrPercentageNumericValue = autoLength): Modifier(source)
Generated by Dokka
© 2026 Copyright