Waffle Async Image
fun WaffleAsyncImage(models: List<ImageModel>, contentDescription: String?, modifier: Modifier = Modifier)
A composable that displays a list of ImageModels in a waffle style.
Since
1.0.0-beta.1
Parameters
models
The list of ImageModels to display.
content Description
The content description for the image.
modifier
The modifier to be applied to the view.