<div class='sourceset sourceset-android'>Android</div>

```kotlin
@ExperimentalMaterial3AdaptiveApi
object ListDetailPaneScaffoldDefaults
```

Provides default values of [ListDetailPaneScaffold](/jetpack-compose/androidx.compose.material3/material3-adaptive/components/ListDetailPaneScaffold).

## Properties

<div class='sourceset sourceset-android'>Android</div>

```kotlin
val windowInsets
```

Default insets that will be used and consumed by [ListDetailPaneScaffold](/jetpack-compose/androidx.compose.material3/material3-adaptive/components/ListDetailPaneScaffold). By default it will
be the union of [WindowInsets.Companion.systemBars](/jetpack-compose/androidx.compose.foundation/foundation-layout/properties/systemBars) and
[WindowInsets.Companion.displayCutout](/jetpack-compose/androidx.compose.foundation/foundation-layout/properties/displayCutout).

## Functions

<h2 id="adaptstrategies-detailpaneadaptstrategy-listpaneadaptstrategy-extrapaneadaptstrategy">adaptStrategies</h2>

```kotlin
fun adaptStrategies(
        detailPaneAdaptStrategy: AdaptStrategy = AdaptStrategy.Hide,
        listPaneAdaptStrategy: AdaptStrategy = AdaptStrategy.Hide,
        extraPaneAdaptStrategy: AdaptStrategy = AdaptStrategy.Hide,
    ): ThreePaneScaffoldAdaptStrategies
```

Creates a default [ThreePaneScaffoldAdaptStrategies](/jetpack-compose/androidx.compose.material3/material3-adaptive/classes/ThreePaneScaffoldAdaptStrategies) for [ListDetailPaneScaffold](/jetpack-compose/androidx.compose.material3/material3-adaptive/components/ListDetailPaneScaffold).

#### Parameters

| | |
| --- | --- |
| detailPaneAdaptStrategy | the adapt strategy of the primary pane |
| listPaneAdaptStrategy | the adapt strategy of the secondary pane |
| extraPaneAdaptStrategy | the adapt strategy of the tertiary pane |