PaymentLogoParams

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

Payment Logo parameters for trailing payment logo used in Input field component.

Should be used together with Payment logos provided by Skapa.

Constructors

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

Properties

Link copied to clipboard

text used by accessibility services to describe what this icon represents. This text should be localized.

Link copied to clipboard

The painter used to draw the image.