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
/
Absolute
Absolute
common
composeUi
js
@
Immutable
expect
class
Absolute
:
PaddingValues
(
source
)
@
Immutable
actual
class
Absolute
:
PaddingValues
(
source
)
@
Immutable
actual
class
Absolute
:
PaddingValues
(
source
)
Members
Constructors
Absolute
Link copied to clipboard
common
composeUi
js
expect
constructor
(
left
:
Dp
=
0.dp
,
top
:
Dp
=
0.dp
,
right
:
Dp
=
0.dp
,
bottom
:
Dp
=
0.dp
)
constructor
(
platformValue
:
PaddingValues.Absolute
)
actual
constructor
(
left
:
Dp
,
top
:
Dp
,
right
:
Dp
,
bottom
:
Dp
)
actual
constructor
(
left
:
Dp
,
top
:
Dp
,
right
:
Dp
,
bottom
:
Dp
)
Properties
bottom
Link copied to clipboard
js
@
Stable
val
bottom
:
Dp
left
Link copied to clipboard
js
@
Stable
val
left
:
Dp
platform
Value
Link copied to clipboard
composeUi
val
platformValue
:
PaddingValues
right
Link copied to clipboard
js
@
Stable
val
right
:
Dp
top
Link copied to clipboard
js
@
Stable
val
top
:
Dp