🌈 Create new beautiful Compose Gradients with our new wesite ->
Object

SupportingPaneScaffoldDefaults

Provides default values of SupportingPaneScaffold.

Source set: Android
object SupportingPaneScaffoldDefaults

Provides default values of SupportingPaneScaffold.

Properties

windowInsets

Source set: Android
val windowInsets

Default insets that will be used and consumed by SupportingPaneScaffold. By default it will be the union of WindowInsets.Companion.systemBars and WindowInsets.Companion.displayCutout.

Functions

adaptStrategies

Source set: Android
fun adaptStrategies(
        mainPaneAdaptStrategy: AdaptStrategy = AdaptStrategy.Hide,
        supportingPaneAdaptStrategy: AdaptStrategy = AdaptStrategy.Hide,
        extraPaneAdaptStrategy: AdaptStrategy = AdaptStrategy.Hide,
    ): ThreePaneScaffoldAdaptStrategies

Creates a default ThreePaneScaffoldAdaptStrategies for SupportingPaneScaffold.

Parameters

mainPaneAdaptStrategy the adapt strategy of the main pane
supportingPaneAdaptStrategy the adapt strategy of the supporting pane
extraPaneAdaptStrategy the adapt strategy of the extra pane

Content updated: