Skip to content

Instantly share code, notes, and snippets.

@pauloaapereira
Created March 16, 2021 19:02
Show Gist options
  • Save pauloaapereira/84f8057615c100e6d860824592637fc4 to your computer and use it in GitHub Desktop.
Save pauloaapereira/84f8057615c100e6d860824592637fc4 to your computer and use it in GitHub Desktop.
Jetpack Compose - Pendulum Effect - 6
Pendulum {
Surface(
modifier = Modifier.size(24.dp),
shape = CircleShape,
color = Color.Blue,
content = {})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment