AsyncImageResource
fun AsyncImageResource(url: String?, modifier: Modifier = Modifier, contentDescription: String = "", contentScale: ContentScale = ContentScale.Fit, loading: @Composable BoxScope.() -> Unit = { }, error: @Composable BoxScope.() -> Unit = { })
Composable function to display an image from a remote url