-
@Deprecated(message = Material ThemeAdapter is deprecated. For more migration information, please visit https://google.github.io/accompanist/themeadapter-material/ ) public final class ThemeParameters
This class contains the individual components of a MaterialTheme: Colors, Typography and Shapes.
-
-
Field Summary
Fields Modifier and Type Field Description private final Colorscolorsprivate final Typographytypographyprivate final Shapesshapes
-
Constructor Summary
Constructors Constructor Description ThemeParameters(Colors colors, Typography typography, Shapes shapes)
-
Method Summary
Modifier and Type Method Description final ColorsgetColors()final TypographygetTypography()final ShapesgetShapes()-
-
Method Detail
-
getColors
final Colors getColors()
-
getTypography
final Typography getTypography()
-
getShapes
final Shapes getShapes()
-
-
-
-