codeslubber
12/24/2019, 9:57 PMColumn {
Container(width = 180.dp, height = 180.dp){
Clip(shape = RoundedCornerShape(90.dp)) {
DrawImage(image = image)
}
}
Container has width and height. :)Andrey Kulikov
12/25/2019, 2:48 AMcodeslubber
12/25/2019, 6:21 PM