Kwik Image View
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
content Scale
ContentScale to apply to the image
content Description
String? content description for accessibility
shape
Shape? shape to apply to the image