PaymentLogo
data class PaymentLogo(val painter: Painter, val contentDescription: String? = null, val alignment: ChoiceContentAlignment = ChoiceContentAlignment.Center) : ChoiceLeadingContent
Constructors
Link copied to clipboard
constructor(painter: Painter, contentDescription: String? = null, alignment: ChoiceContentAlignment = ChoiceContentAlignment.Center)