isDialog
Source set: Common
fun isDialog(): SemanticsMatcher
Returns whether the node is a dialog.
This only checks if the node itself is a dialog, not if it is part of a dialog. Use hasAnyAncestorThat(isDialog()) for that.
Returns whether the node is a dialog.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
fun isDialog(): SemanticsMatcher
Returns whether the node is a dialog.
This only checks if the node itself is a dialog, not if it is part of a dialog. Use hasAnyAncestorThat(isDialog()) for that.
Last updated: