Theme Configuration
data class ThemeConfiguration(val dataColorPalette: ThemeConfigurationDataColorPalette? = null, val sheet: ThemeConfigurationSheet? = null, val typography: ThemeConfigurationTypography? = null, val uiColorPalette: ThemeConfigurationUiColorPalette? = null)
Constructors
Link copied to clipboard
fun ThemeConfiguration(dataColorPalette: ThemeConfigurationDataColorPalette? = null, sheet: ThemeConfigurationSheet? = null, typography: ThemeConfigurationTypography? = null, uiColorPalette: ThemeConfigurationUiColorPalette? = null)