🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

pan

Sends a pan gesture with the given total offset.

trackpadInputPan

@Sampled
fun trackpadInputPan() {
    composeTestRule.onNodeWithTag("verticalScrollable").performTrackpadInput {
        pan(Offset(0f, 100f))
    }
}

Content updated: