Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
writeopia_ui
/
io.writeopia.ui.draganddrop.target
/
DragCardTargetMobile
Drag
Card
Target
Mobile
@
Composable
fun
DragCardTargetMobile
(
modifier
:
Modifier
,
dataToDrop
:
DropInfo
,
showIcon
:
Boolean
,
position
:
Int
,
dragIconWidth
:
Dp
,
iconTintColor
:
Color
,
iconTintOnHover
:
Color
,
content
:
@
Composable
BoxScope
.
(
)
->
Unit
)