PaymentLogo

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

PaymentLogo is used to represent a leading visual payment logo 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 payment logo.

Link copied to clipboard

The painter to be displayed.