Skip to content

Instantly share code, notes, and snippets.

@V-Abhilash-1999
Last active May 23, 2023 12:18
Show Gist options
  • Save V-Abhilash-1999/db10ee07fa1c783fe75339ce4d4f7643 to your computer and use it in GitHub Desktop.
Save V-Abhilash-1999/db10ee07fa1c783fe75339ce4d4f7643 to your computer and use it in GitHub Desktop.
Canvas
Canvas(
modifier = Modifier
.height(40.dp)
.width(300.dp)
.clip(RoundedCornerShape(50))
) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment