adauguet
Surface(elevation = 5.dp, shape = CircleShape, modifier = Modifier.size(200.dp)) {}
Surface(elevation = 5.dp, shape = CircleShape, modifier = Modifier.size(200.dp)) { GlideImage( data = contact.avatarURL ?: "", contentDescription = "", ) }
cb
Surface
CircleShape
A modern programming language that makes developers happier.