Common
class Values(
val colorScheme: ColorScheme = lightColorScheme(),
val typography: Typography = Typography(),
val shapes: Shapes = Shapes(),
val motionScheme: MotionScheme = standard(),
)
Material 3 contains different theme subsystems to allow visual customization across a UI hierarchy.
Components use properties provided here when retrieving default values.