Package 

Class Theme3Parameters


  • @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 ColorScheme colorScheme
      private final Typography typography
      private final Shapes shapes
    • Constructor Summary

      Constructors 
      Constructor Description
      Theme3Parameters(ColorScheme colorScheme, Typography typography, Shapes shapes)
    • Method Summary

      Modifier and Type Method Description
      final ColorScheme getColorScheme()
      final Typography getTypography()
      final Shapes getShapes()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Theme3Parameters

        Theme3Parameters(ColorScheme colorScheme, Typography typography, Shapes shapes)