Source set: Android
@ExperimentalMaterial3AdaptiveApi
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
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 |