Composables UI is out: our new component library for Compose Multiplatform ->
Interface

DragScope

Scope used for suspending drag blocks

Source set: Common
interface DragScope

Scope used for suspending drag blocks

Functions

dragBy

fun dragBy(pixels: Float)

Attempts to drag by pixels px.

Last updated: