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

```kotlin
object AppBarDefaults
```

Contains default values used for [TopAppBar](/jetpack-compose/androidx.compose.material/material/components/TopAppBar) and [BottomAppBar](/jetpack-compose/androidx.compose.material/material/components/BottomAppBar).

## Properties

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

```kotlin
val TopAppBarElevation = 4.dp
```

Default elevation used for [TopAppBar](/jetpack-compose/androidx.compose.material/material/components/TopAppBar).

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

```kotlin
val BottomAppBarElevation = 8.dp
```

Default elevation used for [BottomAppBar](/jetpack-compose/androidx.compose.material/material/components/BottomAppBar).

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

```kotlin
val ContentPadding =
    PaddingValues(start = AppBarHorizontalPadding, end = AppBarHorizontalPadding)
```

Default padding used for [TopAppBar](/jetpack-compose/androidx.compose.material/material/components/TopAppBar) and [BottomAppBar](/jetpack-compose/androidx.compose.material/material/components/BottomAppBar).

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

```kotlin
val topAppBarWindowInsets: WindowInsets
```

Recommended insets to be used and consumed by the top app bars

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

```kotlin
val bottomAppBarWindowInsets: WindowInsets
```

Recommended insets to be used and consumed by the bottom app bars