compose-markdown
Toggle table of contents
1.1.2
common
Platform filter
common
Switch theme
Search in API
compose-markdown
material3
/
com.boswelja.markdown.material3
/
m3RuleStyle
m3Rule
Style
@
Composable
fun
m3RuleStyle
(
color
:
Color
=
MaterialTheme.colorScheme.outlineVariant
,
shape
:
Shape
=
RectangleShape
,
thickness
:
Dp
=
Dp.Hairline
)
:
RuleStyle
(
source
)
Constructs a
RuleStyle
using recommended defaults for your Material 3 theme.