KwikImageView

fun KwikImageView(modifier: Modifier = Modifier, url: Any, tint: Color = Color.Unspecified, contentScale: ContentScale = ContentScale.Crop, contentDescription: String? = null, shape: Shape? = null)

An image view that can load images from resources, urls or vectors

Parameters

modifier

Modifier

url

Any type of url or resource. Can be a string, a drawable resource or a vector resource

tint

Color to apply as tint. Only applies to icon and vector images

contentScale

ContentScale to apply to the image

contentDescription

String? content description for accessibility

shape

Shape? shape to apply to the image