Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.components.rich-text
/
love.yinlin.compose.ui.text
/
style
style
inline
fun
RichList
.
style
(
fontSize
:
TextUnit
?
=
null
,
color
:
Color
?
=
null
,
bold
:
Boolean
=
false
,
italic
:
Boolean
=
false
,
underline
:
Boolean
=
false
,
strikethrough
:
Boolean
=
false
,
content
:
RichList
.
(
)
->
Unit
)