Skip to content

Instantly share code, notes, and snippets.

@ExperimentalAnimationApi
@Composable
fun Home() {
val colorsArray = arrayOf(Purple, Blue, Red)
var particleColor by remember { mutableStateOf(Color.White) }
/* ... */
Scaffold(
topBar = {
Box {