Package 

Class ThemeParameters


  • 
    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 Colors colors
      private final Typography typography
    • Constructor Summary

      Constructors 
      Constructor Description
      ThemeParameters(Colors colors, Typography typography)
    • Method Summary

      Modifier and Type Method Description
      final Colors getColors()
      final Typography getTypography()
      • Methods inherited from class java.lang.Object

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

      • ThemeParameters

        ThemeParameters(Colors colors, Typography typography)