Interface

ThreePaneScaffoldOverride

Interface that allows libraries to override the behavior of ThreePaneScaffold.

Source set: Common
@ExperimentalMaterial3AdaptiveComponentOverrideApi
interface ThreePaneScaffoldOverride

Interface that allows libraries to override the behavior of ThreePaneScaffold.

To override this component, implement the member function of this interface, then provide the implementation to LocalThreePaneScaffoldOverride in the Compose hierarchy.

Functions

ThreePaneScaffold

@Composable fun ThreePaneScaffoldOverrideScope.ThreePaneScaffold()

Behavior function that is called by the ThreePaneScaffold composable.

Last updated: