by @alexstyl
✉️ Leave your feedback

← Back to Compose UI

clip

Modifier
in
Compose UI
. Since 0.1.0-dev15

Overview

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

NameDescription
shapethe content will be clipped to this Shape
Next ComponentAndroidView