-
public final class ModifiersKt
-
-
Method Summary
Modifier and Type Method Description final static <ERROR CLASS>attachAsContainer(Modifier $self)final static <T extends Any> <ERROR CLASS>dropTarget(Modifier $self, DropTargetState<T> state, Boolean enabled, Function1<T, Unit> onDrop)final static <T extends Any> <ERROR CLASS>dragTarget(Modifier $self, Boolean enable, T dataToDrop, DragType dragType, Function0<Unit> draggableComposable)-
-
Method Detail
-
attachAsContainer
final static <ERROR CLASS> attachAsContainer(Modifier $self)
-
dropTarget
final static <T extends Any> <ERROR CLASS> dropTarget(Modifier $self, DropTargetState<T> state, Boolean enabled, Function1<T, Unit> onDrop)
-
dragTarget
final static <T extends Any> <ERROR CLASS> dragTarget(Modifier $self, Boolean enable, T dataToDrop, DragType dragType, Function0<Unit> draggableComposable)
-
-
-
-