WaffleAsyncImage

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.

contentDescription

The content description for the image.

modifier

The modifier to be applied to the view.

See also