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

```kotlin
object DrawerDefaults
```

Object to hold default values for [ModalNavigationDrawer](/jetpack-compose/androidx.compose.material3/material3/components/ModalNavigationDrawer)

## Properties

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

```kotlin
val ModalDrawerElevation = ElevationTokens.Level0
```

Default Elevation for drawer container in the [ModalNavigationDrawer](/jetpack-compose/androidx.compose.material3/material3/components/ModalNavigationDrawer).

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

```kotlin
val PermanentDrawerElevation = NavigationDrawerTokens.StandardContainerElevation
```

Default Elevation for drawer container in the [PermanentNavigationDrawer](/jetpack-compose/androidx.compose.material3/material3/components/PermanentNavigationDrawer).

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

```kotlin
val DismissibleDrawerElevation = NavigationDrawerTokens.StandardContainerElevation
```

Default Elevation for drawer container in the [DismissibleNavigationDrawer](/jetpack-compose/androidx.compose.material3/material3/components/DismissibleNavigationDrawer).

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

```kotlin
val shape: Shape
```

Default shape for a navigation drawer.

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

```kotlin
val scrimColor: Color
```

Default color of the scrim that obscures content when the drawer is open

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

> **Deprecated** Please use standardContainerColor or modalContainerColor instead.

```kotlin
val containerColor: Color
```

Default container color for a navigation drawer

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

```kotlin
val standardContainerColor: Color
```

Default container color for a [DismissibleNavigationDrawer](/jetpack-compose/androidx.compose.material3/material3/components/DismissibleNavigationDrawer) and [PermanentNavigationDrawer](/jetpack-compose/androidx.compose.material3/material3/components/PermanentNavigationDrawer)

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

```kotlin
val modalContainerColor: Color
```

Default container color for a [ModalNavigationDrawer](/jetpack-compose/androidx.compose.material3/material3/components/ModalNavigationDrawer)

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

```kotlin
val MaximumDrawerWidth = NavigationDrawerTokens.ContainerWidth
```

Default and maximum width of a navigation drawer

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

```kotlin
val windowInsets: WindowInsets
```

Default window insets for drawer sheets