ListViewItemImage

sealed class ListViewItemImage

Leading content: Text, Icon, Image, Payment Logo or Avatar All list view item sizes supports leading content. Please note that Leading image and Medium Payment logos are only supported in Medium and Large list view items. Small list view items also supports a small version of the payment logo container.

Inheritors

Types

Link copied to clipboard
data class Avatar(val variant: AvatarVariant, val style: AvatarStyle = AvatarStyle.Primary) : ListViewItemImage
Link copied to clipboard
data class Icon(@DrawableRes val resource: Int, val contentDescription: String?, val alignment: Alignment.Vertical = Alignment.CenterVertically, val tint: Color? = null) : ListViewItemImage
Link copied to clipboard
data class ImageView(val painter: Painter, val contentDescription: String?) : ListViewItemImage
Link copied to clipboard
data object None : ListViewItemImage
Link copied to clipboard
data class PaymentLogo(val painter: Painter, val contentDescription: String?) : ListViewItemImage