← Back to Compose UI
clip
Modifier
in
Compose UI
. Since 0.1.0-dev15Overview
Examples
Community Notes
Clip the content to shape.
@param shape the content will be clipped to this Shape.
Overloads
clip
fun Modifier.clip(shape: Shape)
Parameters
Name | Description |
---|---|
shape | the content will be clipped to this Shape |
Next ComponentAndroidView →