Interface

RotaryInjectionScope

The receiver scope of rotary input injection lambda from [performRotaryScrollInput].

rotaryInputScroll

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