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

isPopup

Returns whether the node is a popup.

isPopup

Source set: Common
public 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.