<div class='sourceset sourceset-common'>Common</div>

```kotlin
object MaterialTheme
```

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

## Properties

<div class='sourceset sourceset-common'>Common</div>

```kotlin
val colors: Colors
```

Retrieves the current [Colors](/jetpack-compose/androidx.compose.material/material/classes/Colors) at the call site's position in the hierarchy.

<div class='sourceset sourceset-common'>Common</div>

```kotlin
val typography: Typography
```

Retrieves the current [Typography](/jetpack-compose/androidx.compose.material/material/classes/Typography) at the call site's position in the hierarchy.

<div class='sourceset sourceset-common'>Common</div>

```kotlin
val shapes: Shapes
```

Retrieves the current [Shapes](/jetpack-compose/androidx.compose.material/material/classes/Shapes) at the call site's position in the hierarchy.