AppImageCircular

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

A circular image component that clips an image into a circle. Supports both local resources and remote URLs via AppImageSource.

Parameters

modifier

The Modifier to be applied to the image.

source

The source of the image (URL or Resource).

contentDescription

Optional accessibility description.