czuckie
06/20/2023, 3:59 PMczuckie
06/20/2023, 4:01 PMColumn(
modifier = Modifier
.clickable { onToggle(!state) }
.shadow(4.dp, RoundedCornerShape(4.dp))
.background(bgColor, RoundedCornerShape(4.dp))
.size(48.dp, 48.dp)
.padding(16.dp)
.drawWithContent {
this.drawContent()
this.drawCircle(tintColor, animationDuration * 64.dp.value)
},
horizontalAlignment = Alignment.CenterHorizontally,
verticalArrangement = Arrangement.Center
) {
...
}
How I'm rendering the blue buttonsczuckie
06/20/2023, 4:36 PMColton Idle
06/22/2023, 3:12 AMczuckie
06/27/2023, 10:56 AMColton Idle
06/28/2023, 4:09 AMczuckie
06/28/2023, 10:19 AMColton Idle
06/28/2023, 1:34 PMczuckie
06/30/2023, 5:43 PM