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

performGesture

Executes the (partial) gesture specified in the given block.

gestureClick

@Suppress("DEPRECATION")
@Sampled
fun gestureClick() {
    composeTestRule.onNodeWithTag("myComponent").performGesture { click() }
}

Content updated: