toggle menu
multiplatform-markdown-renderer
0.27.0
common
switch theme
search in API
multiplatform-markdown-renderer
/
com.mikepenz.markdown.compose.elements
/
MarkdownCodeBackground
Markdown
Code
Background
@
Composable
fun
MarkdownCodeBackground
(
color
:
Color
,
modifier
:
Modifier
=
Modifier
,
shape
:
Shape
=
RectangleShape
,
border
:
BorderStroke
?
=
null
,
elevation
:
Dp
=
0.dp
,
content
:
@
Composable
(
)
->
Unit
)