Start native apps faster with the Composables CLI ->
Class

MaterialTheme.Values

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

Source set: Common
public class Values(
        public val colorScheme: ColorScheme = lightColorScheme(),
        public val typography: Typography = Typography(),
        public val shapes: Shapes = Shapes(),
        public 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.

Functions

equals

Source set: Common
override fun equals(other: Any?): Boolean

hashCode

Source set: Common
override fun hashCode(): Int

toString

Source set: Common
override fun toString(): String