MercadoPagoThemeConfiguration
data class MercadoPagoThemeConfiguration(val lightTheme: MercadoPagoThemeProvider, val darkTheme: MercadoPagoThemeProvider)
Represents a complete theme scheme that includes both light and dark theme configurations. This class allows for dynamic theme switching between light and dark modes.