Slide 25
Slide 25 text
IMAGEVIEW (IMAGE HERE) CONTINUES…
● Load Image from URL
AsyncImage(modifier = Modifier.size(width = 50.dp,
height = 50.dp),
model = “https://i.ibb.co/TPMpD3f/argentina.png”,
contentDescription = "Image")
The above code shows
loading an Image from URL
using AsyncImage where
width and height of Image
is 50dp.