Function
Common
fun hasScrollToKeyAction() =
hasKey(SemanticsActions.ScrollToIndex).and(hasKey(SemanticsProperties.IndexForKey))
Returns whether the node defines the ability to scroll to an item identified by a key, such as LazyColumn or LazyRow.