Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.common.components
/
DraggableItem
Draggable
Item
@
Composable
fun
LazyItemScope
.
DraggableItem
(
dragDropState
:
DragDropState
,
index
:
Int
,
modifier
:
Modifier
=
Modifier
,
content
:
@
Composable
ColumnScope
.
(
isDragging
:
Boolean
)
->
Unit
)