Skip to content

Instantly share code, notes, and snippets.

@zurche
Created June 22, 2023 13:06
Show Gist options
  • Save zurche/1c5e7135e32952e46bdc4d0deb881609 to your computer and use it in GitHub Desktop.
Save zurche/1c5e7135e32952e46bdc4d0deb881609 to your computer and use it in GitHub Desktop.
Launched effect
LaunchedEffect(Unit) {
delay(500)
circleState = CircleState.FullSize
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment