Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-ui
/
org.meshtastic.core.ui.component
/
InsetDivider
Inset
Divider
@
Composable
fun
InsetDivider
(
modifier
:
Modifier
=
Modifier
,
inset
:
Dp
=
16.dp
,
thickness
:
Dp
=
DividerDefaults.Thickness
,
color
:
Color
=
DividerDefaults.color
)
(
source
)
@
Composable
fun
InsetDivider
(
modifier
:
Modifier
=
Modifier
,
startInset
:
Dp
=
0.dp
,
endInset
:
Dp
=
0.dp
,
thickness
:
Dp
=
DividerDefaults.Thickness
,
color
:
Color
=
DividerDefaults.color
)
(
source
)