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