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
/
WindowInsetsSide
/
plus
plus
abstract
operator
fun
plus
(
other
:
WindowInsetsSide
)
:
WindowInsetsSide
将此边与另一个组合,返回一个新的、包含两者定义的
WindowInsetsSide
。
Return
包含两个边定义的新实例。
Parameters
other
要组合的另一个
WindowInsetsSide
。