ThemeParameters

data class ThemeParameters(colors: Colors?, typography: Typography?)

This class contains some of the individual components of a MaterialTheme: Colors & Typography.

Constructors

ThemeParameters
Link copied to clipboard
fun ThemeParameters(colors: Colors?, typography: Typography?)

Properties

colors
Link copied to clipboard
val colors: Colors?
typography
Link copied to clipboard
val typography: Typography?