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.text.style
/
TextDecoration
/
plus
plus
abstract
operator
fun
plus
(
other
:
TextDecoration
)
:
TextDecoration
将此文本装饰与另一个组合,返回一个新的、包含两者样式的文本装饰。
Return
包含两个装饰的新实例。
Parameters
other
要组合的另一个文本装饰。