PaymentLogo
data class PaymentLogo(val painter: Painter, val contentDescription: String? = null, val alignment: ChoiceContentAlignment = Center) : ChoiceLeadingContent
Payment logo leading content for Choice.
Constructors
Link copied to clipboard
constructor(painter: Painter, contentDescription: String? = null, alignment: ChoiceContentAlignment = Center)
Properties
Link copied to clipboard
Alignment of the leading content. Default is ChoiceContentAlignment.Center.
Link copied to clipboard
Content description for the payment logo.