AvatarParams

constructor(imageUrl: String?, showBorder: Boolean, fallback: @Composable () -> Unit, modifier: Modifier = Modifier)

Parameters

imageUrl

The URL of the image to display.

showBorder

Whether to draw a border around the avatar.

fallback

The fallback content to display if the image is unavailable.

modifier

Modifier for styling.