Object

MaterialTheme

Contains functions to access the current theme values provided at the call site's position in the hierarchy.

Source set: Android
object MaterialTheme

Contains functions to access the current theme values provided at the call site's position in the hierarchy.

Properties

colorScheme

Source set: Android
val colorScheme: ColorScheme

Retrieves the current ColorScheme at the call site's position in the hierarchy.

typography

Source set: Android
val typography: Typography

Retrieves the current Typography at the call site's position in the hierarchy.

shapes

Source set: Android
val shapes: Shapes

Retrieves the current Shapes at the call site's position in the hierarchy.

Last updated: