Default
data class Default(val color: MercadoPagoColor, val spacing: MercadoPagoSpacing, val shape: MercadoPagoShape, val radius: MercadoPagoRadius, val borderWidth: MercadoPagoBorderWidth, val typography: MercadoPagoTypography) : MercadoPagoThemeProvider
Represents the theme configuration for MercadoPago UI components.
Constructors
Link copied to clipboard
constructor(color: MercadoPagoColor, spacing: MercadoPagoSpacing, shape: MercadoPagoShape, radius: MercadoPagoRadius, borderWidth: MercadoPagoBorderWidth, typography: MercadoPagoTypography)
Properties
Link copied to clipboard
The border width configuration for the theme
Link copied to clipboard
The color palette configuration for the theme
Link copied to clipboard
The border radius configuration for the theme
Link copied to clipboard
The shape configuration for the theme
Link copied to clipboard
The spacing system configuration for the theme
Link copied to clipboard
The typography configuration for the theme