clip
Source set: Common
fun Modifier.clip(shape: Shape) = graphicsLayer(shape = shape, clip = true)
Clip the content to shape.
Parameters
| shape | the content will be clipped to this Shape. |
Clip the content to shape.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
fun Modifier.clip(shape: Shape) = graphicsLayer(shape = shape, clip = true)
Clip the content to shape.
| shape | the content will be clipped to this Shape. |
Last updated: