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
/
DraggableItem
Draggable
Item
@
Composable
fun
LazyItemScope
.
DraggableItem
(
dragDropState
:
DragDropState
,
index
:
Int
,
modifier
:
Modifier
=
Modifier
,
content
:
@
Composable
ColumnScope
.
(
isDragging
:
Boolean
)
->
Unit
)
(
source
)