isPopup
Function
Common
fun isPopup(): SemanticsMatcher
Returns whether the node is a popup.
This only checks if the node itself is a popup, not if it is part of a popup. Use
hasAnyAncestorThat(isPopup())
for that.
fun isPopup(): SemanticsMatcher
Returns whether the node is a popup.
This only checks if the node itself is a popup, not if it is part of a popup. Use
hasAnyAncestorThat(isPopup())
for that.