Theme Configuration
data class ThemeConfiguration(val dataColorPalette: ThemeDataColorPalette? = null, val sheet: ThemeSheetStyle? = null, val typography: ThemeTypography? = null, val uiColorPalette: ThemeUiColorPalette? = null)
The theme configuration. This configuration contains all of the display properties for a theme.
Constructors
Link copied to clipboard
constructor(dataColorPalette: ThemeDataColorPalette? = null, sheet: ThemeSheetStyle? = null, typography: ThemeTypography? = null, uiColorPalette: ThemeUiColorPalette? = null)