Theme Parameters
data class ThemeParameters(colors: Colors?, typography: Typography?, shapes: Shapes?)
Content copied to clipboard
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?)
Content copied to clipboard