ThemeParameters

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

This class contains the individual components of a MaterialTheme: Colors, Typography and Shapes.

Constructors

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

Properties

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