compose-multiplatform-html-unified
Toggle table of contents
common
composeUi
js
Target filter
common
composeUi
js
Switch theme
Search in API
Skip to content
compose-multiplatform-html-unified
compose-multiplatform-html-unified-common
/
com.huanshankeji.compose.foundation.layout
/
PaddingValues
Padding
Values
common
composeUi
js
@
Stable
expect
fun
PaddingValues
(
all
:
Dp
)
:
PaddingValues
(
source
)
@
Stable
expect
fun
PaddingValues
(
horizontal
:
Dp
=
0.dp
,
vertical
:
Dp
=
0.dp
)
:
PaddingValues
(
source
)
@
Stable
expect
fun
PaddingValues
(
start
:
Dp
=
0.dp
,
top
:
Dp
=
0.dp
,
end
:
Dp
=
0.dp
,
bottom
:
Dp
=
0.dp
)
:
PaddingValues
(
source
)
@
Stable
actual
fun
PaddingValues
(
all
:
Dp
)
:
PaddingValues
(
source
)
@
Stable
actual
fun
PaddingValues
(
horizontal
:
Dp
,
vertical
:
Dp
)
:
PaddingValues
(
source
)
@
Stable
actual
fun
PaddingValues
(
start
:
Dp
,
top
:
Dp
,
end
:
Dp
,
bottom
:
Dp
)
:
PaddingValues
(
source
)
@
Stable
actual
fun
PaddingValues
(
all
:
Dp
)
:
PaddingValues
(
source
)
@
Stable
actual
fun
PaddingValues
(
horizontal
:
Dp
,
vertical
:
Dp
)
:
PaddingValues
(
source
)
@
Stable
actual
fun
PaddingValues
(
start
:
Dp
,
top
:
Dp
,
end
:
Dp
,
bottom
:
Dp
)
:
PaddingValues
(
source
)