compose-richtext
common
richtext-ui
/
com.halilibo.richtext.ui
/
Heading
Heading
@
Composable
fun
RichTextScope
.
Heading
(
level
:
Int
,
text
:
String
)
@
Composable
fun
RichTextScope
.
Heading
(
level
:
Int
,
children
:
@
Composable
RichTextScope
.
(
)
->
Unit
)
A section heading.
Parameters
level
The non-negative rank of the header, with 0 being the most important.