RoundAvatarImage

@Composable
fun RoundAvatarImage(imageUrl: String? = null, contentDescription: String? = null, contentScale: ContentScale = ContentScale.Crop, size: Dp = 200.dp, @DrawableRes drawableResId: Int? = null)

Image view with round corner and border.

Parameters

imageUrl

url of the image.

contentDescription

description of the image.

contentScale

scale of the image, default is crop.

size

size of the image, default is 200 do.