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