-
public final class DragDropStateKt
-
-
Method Summary
Modifier and Type Method Description final static DragDropStaterememberDragDropState()final static <T extends Any> UnitRegisterDropTarget(State<Rect> boundInBox, Function1<T, Unit> onDrop)-
-
Method Detail
-
rememberDragDropState
@Composable() final static DragDropState rememberDragDropState()
-
RegisterDropTarget
@Composable() final static <T extends Any> Unit RegisterDropTarget(State<Rect> boundInBox, Function1<T, Unit> onDrop)
-
-
-
-