Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
writeopia_ui
/
io.writeopia.ui.draganddrop.target
/
DropTargetVerticalDivision
Drop
Target
Vertical
Division
@
Composable
fun
DropTargetVerticalDivision
(
modifier
:
Modifier
=
Modifier
,
content
:
@
Composable
BoxScope
.
(
inBound
:
InBounds
,
data
:
DropInfo
?
)
->
Unit
)