clip
Common
Modifier in Compose Ui
Clip the content to [shape].
Last updated:
Installation
dependencies {
implementation("androidx.compose.ui:ui:1.8.0-alpha04")
}
Overloads
@Stable
fun Modifier.clip(shape: Shape)
Parameters
name | description |
---|---|
shape | the content will be clipped to this [Shape]. |