ImageView

data class ImageView(val painter: Painter, val contentDescription: String?) : ListViewItemImage

ImageView is used to represent a leading visual image in the list view item.

Constructors

Link copied to clipboard
constructor(painter: Painter, contentDescription: String?)

Properties

Link copied to clipboard

The content description of the image.

Link copied to clipboard

The painter to be displayed.