PaymentFormThemeColors
data class PaymentFormThemeColors(val paymentFormColors: PaymentFormColors, val buttonColors: PaymentFormButtonColors, val cursorColors: CursorColors, val dividerColor: DividerColor, val imageColors: ImageColors, val textColors: TextColors, val inputFieldColors: InputFieldColors)
Constructors
Link copied to clipboard
constructor(@ColorLong accentColor: Long, @ColorLong textColor: Long, @ColorLong errorColor: Long, @ColorLong backgroundColor: Long, @ColorLong fieldBackgroundColor: Long, @ColorLong enabledButtonColor: Long, @ColorLong disabledButtonColor: Long)
constructor(paymentFormColors: PaymentFormColors, buttonColors: PaymentFormButtonColors, cursorColors: CursorColors, dividerColor: DividerColor, imageColors: ImageColors, textColors: TextColors, inputFieldColors: InputFieldColors)