Class

MaterialTheme.Values

Material 3 contains different theme subsystems to allow visual customization across a UI hierarchy.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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.