AppImage

fun AppImage(modifier: Modifier = Modifier, source: AppImageSource? = null, contentDescription: String? = null)

A flexible image component that can load images from a AppImageSource.

Parameters

modifier

The Modifier to be applied to the image.

source

The source of the image (URL or Resource).

contentDescription

Optional accessibility description for the image.