forEach
Source set: Common
inline fun <T> DraggableAnchors<T>.forEach(block: (key: T, position: Float) -> Unit)
Iterate over all the anchors.
Parameters
| block | The action to invoke with the key and position |
Iterate over all the anchors.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
inline fun <T> DraggableAnchors<T>.forEach(block: (key: T, position: Float) -> Unit)
Iterate over all the anchors.
| block | The action to invoke with the key and position |
Last updated: