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