ImageLoader

fun ImageLoader(modifier: Modifier = Modifier, imageUrl: String?, @DrawableRes errorImage: Int = R.drawable.ic_ayaan_beta, contentScale: ContentScale = ContentScale.Fit, isRounderCorner: Boolean = false, onError: () -> Unit = {})