Kepko
Toggle table of contents
1.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Kepko
component
/
glass.yasan.kepko.component
/
DragHandle
Drag
Handle
@
Composable
fun
DragHandle
(
modifier
:
Modifier
=
Modifier
,
width
:
Dp
=
64.dp
,
height
:
Dp
=
4.dp
,
shape
:
Shape
=
KepkoTheme.shapes.extraLarge
,
containerColor
:
Color
=
KepkoTheme.colors.foreground
,
contentColor
:
Color
=
KepkoTheme.colors.contentSubtle
,
topDividerColor
:
Color
=
KepkoTheme.colors.outline
)