sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.ui.compose.layout
/
WindowInsetsProviders
/
createFromDp
create
From
Dp
abstract
fun
createFromDp
(
left
:
(
Dimensions
)
->
Dp
,
top
:
(
Dimensions
)
->
Dp
,
right
:
(
Dimensions
)
->
Dp
,
bottom
:
(
Dimensions
)
->
Dp
)
:
WindowInsets
使用固定的 Dp 值创建一个
WindowInsets
。