Function

pan

Sends a pan gesture with the given total [offset].

trackpadInputPan

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