We just launched Compose Examples featuring over 150+ components! Check it out →

clip

Common

Modifier in Compose Ui

Clip the content to [shape].

Last updated:

Installation

dependencies {
   implementation("androidx.compose.ui:ui:1.8.0-alpha01")
}

Overloads

@Stable
fun Modifier.clip(shape: Shape)

Parameters

namedescription
shapethe content will be clipped to this [Shape].
by @alexstyl