Function

onSiblings

Returns all siblings of this node.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Source set: Common

Added in 1.11.0-rc01

@CheckResult
fun SemanticsNodeInteraction.onSiblings(): SemanticsNodeInteractionCollection

Returns all siblings of this node.

For the following tree

|-A |-B1 |-B2 <- this node |-B3
Returns B1, B3