PrimaryButton
data class PrimaryButton( val colorsLight: PaymentSheet.PrimaryButtonColors = PrimaryButtonColors.defaultLight, val colorsDark: PaymentSheet.PrimaryButtonColors = PrimaryButtonColors.defaultDark, val shape: PaymentSheet.PrimaryButtonShape = PrimaryButtonShape(), val typography: PaymentSheet.PrimaryButtonTypography = PrimaryButtonTypography()) : Parcelable
Content copied to clipboard
Constructors
Link copied to clipboard
fun PrimaryButton( colorsLight: PaymentSheet.PrimaryButtonColors = PrimaryButtonColors.defaultLight, colorsDark: PaymentSheet.PrimaryButtonColors = PrimaryButtonColors.defaultDark, shape: PaymentSheet.PrimaryButtonShape = PrimaryButtonShape(), typography: PaymentSheet.PrimaryButtonTypography = PrimaryButtonTypography())
Content copied to clipboard