compose-multiplatform-html-unified
Toggle table of contents
common
js
Target filter
common
js
Switch theme
Search in API
Skip to content
compose-multiplatform-html-unified
compose-multiplatform-html-unified-common
/
com.huanshankeji.compose.ui.text.style
/
TextDecoration
/
Companion
Companion
common
js
expect
object
Companion
(
source
)
actual
object
Companion
(
source
)
Members
Properties
Line
Through
Link copied to clipboard
common
js
@
Stable
expect
val
LineThrough
:
TextDecoration
@
Stable
actual
val
LineThrough
:
TextDecoration
None
Link copied to clipboard
common
js
@
Stable
expect
val
None
:
TextDecoration
@
Stable
actual
val
None
:
TextDecoration
Underline
Link copied to clipboard
common
js
@
Stable
expect
val
Underline
:
TextDecoration
@
Stable
actual
val
Underline
:
TextDecoration
Functions
combine
Link copied to clipboard
common
js
expect
fun
combine
(
decorations
:
List
<
TextDecoration
>
)
:
TextDecoration
actual
fun
combine
(
decorations
:
List
<
TextDecoration
>
)
:
TextDecoration
value
Of
Link copied to clipboard
common
js
expect
fun
valueOf
(
mask
:
Int
)
:
TextDecoration
actual
fun
valueOf
(
mask
:
Int
)
:
TextDecoration