Jetpack
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Jetpack
:core:ui
/
dev.atick.core.ui.components
/
DividerWithText
Divider
With
Text
@
Composable
fun
DividerWithText
(
@
StringRes
text
:
Int
,
modifier
:
Modifier
=
Modifier
)
A divider with text in the middle.
Parameters
text
The text to display.
modifier
The modifier to apply to this layout.