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.ui.text.style
/
TextDecoration
Text
Decoration
common
composeUi
js
@
Immutable
expect
class
TextDecoration
(
source
)
actual
typealias
TextDecoration
=
androidx.compose.ui.text.style.TextDecoration
(
source
)
@
Immutable
actual
class
TextDecoration
(
source
)
Members
Types
Companion
Link copied to clipboard
common
js
expect
object
Companion
actual
object
Companion
Properties
mask
Link copied to clipboard
common
js
expect
val
mask
:
Int
actual
val
mask
:
Int
Functions
contains
Link copied to clipboard
common
js
expect
operator
fun
contains
(
other
:
TextDecoration
)
:
Boolean
actual
operator
fun
contains
(
other
:
TextDecoration
)
:
Boolean
equals
Link copied to clipboard
js
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
js
open
override
fun
hashCode
(
)
:
Int
plus
Link copied to clipboard
common
js
expect
operator
fun
plus
(
decoration
:
TextDecoration
)
:
TextDecoration
actual
operator
fun
plus
(
decoration
:
TextDecoration
)
:
TextDecoration
to
Css
Value
Link copied to clipboard
js
fun
toCssValue
(
)
:
String
to
String
Link copied to clipboard
js
open
override
fun
toString
(
)
:
String