12345
data class PrimerPaymentMethodLogo( val colored: Drawable?, val light: Drawable?, val dark: Drawable?)
kotlin
copy
Parameters
properties
coloredDrawable?
A Drawable
to be used anywhere.
darkDrawable?
A Drawable
to be used on dark theme.
lightDrawable?
A Drawable
to be used on light theme.