Avatar

data class Avatar(val variant: AvatarVariant, val style: AvatarStyle = AvatarStyle.Primary) : ListViewItemImage(source)

Avatar is used to represent a leading visual avatar in the list view item.

Constructors

Link copied to clipboard
constructor(variant: AvatarVariant, style: AvatarStyle = AvatarStyle.Primary)

Properties

Link copied to clipboard

The style of the avatar.

Link copied to clipboard

The variant of the avatar.