12345
data class PrimerPaymentMethodBackgroundColor( @ColorInt val colored: Int?, @ColorInt val light: Int?, @ColorInt val dark: Int?)
kotlin
copy
Parameters
properties
colored@ColorInt Int?
A @ColorInt
to be used anywhere.
dark@ColorInt Int?
A @ColorInt
to be used on dark theme.
light@ColorInt Int?
A @ColorInt
to be used on light theme.