Function

performRotaryScrollInput

Executes the rotary input specified in the given [block].

rotaryInputScroll

fun rotaryInputScroll() {
    composeTestRule.onNodeWithTag("myComponent").performRotaryScrollInput {
        rotateToScrollVertically(3.0f)
        rotateToScrollVertically(10.0f)
        rotateToScrollVertically(2.0f)
    }
}